Shades of Cinnabar #F03718
Tints of Cinnabar #F03718
RGB
CMYK
RGB Variations
Color information
#F03718 (or 0xF03718) is known color: Cinnabar. HEX triplet: F0, 37 and 18. RGB value is (240,55,24). Sum of RGB (Red+Green+Blue) = 240+55+24=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F03718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03718 is #0FC8E7. Grayscale: #6B6B6B. Windows color (decimal): -1034472 or 1587184. OLE color: 1587184.
HSL color Cylindrical-coordinate representation of color #F03718: hue angle of 8.61º 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 #F03718 is Cyan = 0, Magento = 0.77, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 24 | - |
| CMYK | 0 | 0.77 | 0.9 | 0.06 |
| HSL | 8.61º | 0.88% | 0.52% | - |
| HSV(B) | 8.61º | 0.9% | 0.94% | - |
| XYZ | 37.47 | 21.32 | 3.01 | - |
| YUV | 106.78 | 81.29 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 24 | 0 | 0.77 | 0.9 | 0.06 | 8.61 | 0.88 | 0.52 |
| Hex | F0 | 37 | 18 | 0 | 4D | 5A | 6 | 9 | 58 | 34 |
| Octal | 360 | 67 | 30 | 0 | 115 | 132 | 6 | 11 | 130 | 64 |
| Binary | 11110000 | 110111 | 11000 | 0 | 1001101 | 1011010 | 110 | 1001 | 1011000 | 110100 |
Color Harmonies of #F03718
Complementary color
Monochromatic Colors of #F03718
Black with #F03718
Text Example
Text Example
White with #F03718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03718; }
p { color: rgb(240,55,24); }
H1.HeaderClassName
{
color: #F03718;
}
.AnyTagClassName
{
color: #F03718;
}
</style>
background-color css
<style>
a { background-color: #F03718; }
a { background-color: rgb(240,55,24); }
div.DivClassName
{
background-color: #F03718;
}
.BgClassName
{
background-color: #F03718;
}
</style>
border-color css
<style>
span { border-color: #F03718; }
span { border-color: rgb(240,55,24); }
td.TdClassName
{
border-color: #F03718;
}
.TagClassName
{
border-color: #F03718;
}
</style>