Shades of Orange Red #F03918
Tints of Orange Red #F03918
RGB
CMYK
RGB Variations
Color information
#F03918 (or 0xF03918) is known color: Orange Red. HEX triplet: F0, 39 and 18. RGB value is (240,57,24). Sum of RGB (Red+Green+Blue) = 240+57+24=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F03918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03918 is #0FC6E7. Grayscale: #6C6C6C. Windows color (decimal): -1033960 or 1587696. OLE color: 1587696.
HSL color Cylindrical-coordinate representation of color #F03918: hue angle of 9.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03918 is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 24 | - |
| CMYK | 0 | 0.76 | 0.9 | 0.06 |
| HSL | 9.17º | 0.88% | 0.52% | - |
| HSV(B) | 9.17º | 0.9% | 0.94% | - |
| XYZ | 37.56 | 21.52 | 3.04 | - |
| YUV | 107.96 | 80.63 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 24 | 0 | 0.76 | 0.9 | 0.06 | 9.17 | 0.88 | 0.52 |
| Hex | F0 | 39 | 18 | 0 | 4C | 5A | 6 | 9 | 58 | 34 |
| Octal | 360 | 71 | 30 | 0 | 114 | 132 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 111001 | 11000 | 0 | 1001100 | 1011010 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03918
Complementary color
Monochromatic Colors of #F03918
Black with #F03918
Text Example
Text Example
White with #F03918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03918; }
p { color: rgb(240,57,24); }
H1.HeaderClassName
{
color: #F03918;
}
.AnyTagClassName
{
color: #F03918;
}
</style>
background-color css
<style>
a { background-color: #F03918; }
a { background-color: rgb(240,57,24); }
div.DivClassName
{
background-color: #F03918;
}
.BgClassName
{
background-color: #F03918;
}
</style>
border-color css
<style>
span { border-color: #F03918; }
span { border-color: rgb(240,57,24); }
td.TdClassName
{
border-color: #F03918;
}
.TagClassName
{
border-color: #F03918;
}
</style>