Shades of Red Orange #F03432
Tints of Red Orange #F03432
RGB
CMYK
RGB Variations
Color information
#F03432 (or 0xF03432) is known color: Red Orange. HEX triplet: F0, 34 and 32. RGB value is (240,52,50). Sum of RGB (Red+Green+Blue) = 240+52+50=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03432 is #0FCBCD. Grayscale: #6C6C6C. Windows color (decimal): -1035214 or 3290352. OLE color: 3290352.
HSL color Cylindrical-coordinate representation of color #F03432: hue angle of 0.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03432 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 50 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.06 |
| HSL | 0.63º | 0.86% | 0.57% | - |
| HSV(B) | 0.63º | 0.79% | 0.94% | - |
| XYZ | 37.74 | 21.21 | 5.12 | - |
| YUV | 107.98 | 95.28 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 50 | 0 | 0.78 | 0.79 | 0.06 | 0.63 | 0.86 | 0.57 |
| Hex | F0 | 34 | 32 | 0 | 4E | 4F | 6 | 1 | 56 | 39 |
| Octal | 360 | 64 | 62 | 0 | 116 | 117 | 6 | 1 | 126 | 71 |
| Binary | 11110000 | 110100 | 110010 | 0 | 1001110 | 1001111 | 110 | 1 | 1010110 | 111001 |
Color Harmonies of #F03432
Complementary color
Monochromatic Colors of #F03432
Black with #F03432
Text Example
Text Example
White with #F03432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03432; }
p { color: rgb(240,52,50); }
H1.HeaderClassName
{
color: #F03432;
}
.AnyTagClassName
{
color: #F03432;
}
</style>
background-color css
<style>
a { background-color: #F03432; }
a { background-color: rgb(240,52,50); }
div.DivClassName
{
background-color: #F03432;
}
.BgClassName
{
background-color: #F03432;
}
</style>
border-color css
<style>
span { border-color: #F03432; }
span { border-color: rgb(240,52,50); }
td.TdClassName
{
border-color: #F03432;
}
.TagClassName
{
border-color: #F03432;
}
</style>