Shades of Red Orange #FF4232
Tints of Red Orange #FF4232
RGB
CMYK
RGB Variations
Color information
#FF4232 (or 0xFF4232) is known color: Red Orange. HEX triplet: FF, 42 and 32. RGB value is (255,66,50). Sum of RGB (Red+Green+Blue) = 255+66+50=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4232 is #00BDCD. Grayscale: #787878. Windows color (decimal): -48590 or 3293951. OLE color: 3293951.
HSL color Cylindrical-coordinate representation of color #FF4232: hue angle of 4.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF4232 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 50 | - |
| CMYK | 0 | 0.74 | 0.80 | 0 |
| HSL | 4.68º | 1% | 0.6% | - |
| HSV(B) | 4.68º | 0.8% | 1% | - |
| XYZ | 43.76 | 25.39 | 5.61 | - |
| YUV | 120.69 | 88.12 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 50 | 0 | 0.74 | 0.80 | 0 | 4.68 | 1 | 0.6 |
| Hex | FF | 42 | 32 | 0 | 4A | 50 | 0 | 5 | 64 | 3C |
| Octal | 377 | 102 | 62 | 0 | 112 | 120 | 0 | 5 | 144 | 74 |
| Binary | 11111111 | 1000010 | 110010 | 0 | 1001010 | 1010000 | 0 | 101 | 1100100 | 111100 |
Color Harmonies of #FF4232
Complementary color
Monochromatic Colors of #FF4232
Black with #FF4232
Text Example
Text Example
White with #FF4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4232; }
p { color: rgb(255,66,50); }
H1.HeaderClassName
{
color: #FF4232;
}
.AnyTagClassName
{
color: #FF4232;
}
</style>
background-color css
<style>
a { background-color: #FF4232; }
a { background-color: rgb(255,66,50); }
div.DivClassName
{
background-color: #FF4232;
}
.BgClassName
{
background-color: #FF4232;
}
</style>
border-color css
<style>
span { border-color: #FF4232; }
span { border-color: rgb(255,66,50); }
td.TdClassName
{
border-color: #FF4232;
}
.TagClassName
{
border-color: #FF4232;
}
</style>