Shades of Cinnabar #F04024
Tints of Cinnabar #F04024
RGB
CMYK
RGB Variations
Color information
#F04024 (or 0xF04024) is known color: Cinnabar. HEX triplet: F0, 40 and 24. RGB value is (240,64,36). Sum of RGB (Red+Green+Blue) = 240+64+36=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04024 is #0FBFDB. Grayscale: #717171. Windows color (decimal): -1032156 or 2375920. OLE color: 2375920.
HSL color Cylindrical-coordinate representation of color #F04024: hue angle of 8.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F04024 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 36 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.06 |
| HSL | 8.24º | 0.87% | 0.54% | - |
| HSV(B) | 8.24º | 0.85% | 0.94% | - |
| XYZ | 38.09 | 22.32 | 3.97 | - |
| YUV | 113.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 36 | 0 | 0.73 | 0.85 | 0.06 | 8.24 | 0.87 | 0.54 |
| Hex | F0 | 40 | 24 | 0 | 49 | 55 | 6 | 8 | 57 | 36 |
| Octal | 360 | 100 | 44 | 0 | 111 | 125 | 6 | 10 | 127 | 66 |
| Binary | 11110000 | 1000000 | 100100 | 0 | 1001001 | 1010101 | 110 | 1000 | 1010111 | 110110 |
Color Harmonies of #F04024
Complementary color
Monochromatic Colors of #F04024
Black with #F04024
Text Example
Text Example
White with #F04024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04024; }
p { color: rgb(240,64,36); }
H1.HeaderClassName
{
color: #F04024;
}
.AnyTagClassName
{
color: #F04024;
}
</style>
background-color css
<style>
a { background-color: #F04024; }
a { background-color: rgb(240,64,36); }
div.DivClassName
{
background-color: #F04024;
}
.BgClassName
{
background-color: #F04024;
}
</style>
border-color css
<style>
span { border-color: #F04024; }
span { border-color: rgb(240,64,36); }
td.TdClassName
{
border-color: #F04024;
}
.TagClassName
{
border-color: #F04024;
}
</style>