Convert any RGB value to its HEX color code, along with HSL, HSV and CMYK values.
| Format | Value | HTML / CSS | |
|---|---|---|---|
| Enter RGB values above and click Convert | |||
RGB stands for Red, Green, Blue. Each channel ranges from 0–255. Combining all three at maximum (255,255,255) gives white; at minimum (0,0,0) gives black.
Convert each channel (R, G, B) from decimal to a 2-digit hexadecimal value, then join them: rgb(255,92,58) → #FF5C3A