Shades of Cinnabar #F04823
Tints of Cinnabar #F04823
RGB
CMYK
RGB Variations
Color information
#F04823 (or 0xF04823) is known color: Cinnabar. HEX triplet: F0, 48 and 23. RGB value is (240,72,35). Sum of RGB (Red+Green+Blue) = 240+72+35=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04823 is #0FB7DC. Grayscale: #767676. Windows color (decimal): -1030109 or 2312432. OLE color: 2312432.
HSL color Cylindrical-coordinate representation of color #F04823: hue angle of 10.83º 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 #F04823 is Cyan = 0, Magento = 0.7, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 35 | - |
| CMYK | 0 | 0.7 | 0.85 | 0.06 |
| HSL | 10.83º | 0.87% | 0.54% | - |
| HSV(B) | 10.83º | 0.85% | 0.94% | - |
| XYZ | 38.56 | 23.28 | 4.05 | - |
| YUV | 118.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 35 | 0 | 0.7 | 0.85 | 0.06 | 10.83 | 0.87 | 0.54 |
| Hex | F0 | 48 | 23 | 0 | 46 | 55 | 6 | B | 57 | 36 |
| Octal | 360 | 110 | 43 | 0 | 106 | 125 | 6 | 13 | 127 | 66 |
| Binary | 11110000 | 1001000 | 100011 | 0 | 1000110 | 1010101 | 110 | 1011 | 1010111 | 110110 |
Color Harmonies of #F04823
Complementary color
Monochromatic Colors of #F04823
Black with #F04823
Text Example
Text Example
White with #F04823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04823; }
p { color: rgb(240,72,35); }
H1.HeaderClassName
{
color: #F04823;
}
.AnyTagClassName
{
color: #F04823;
}
</style>
background-color css
<style>
a { background-color: #F04823; }
a { background-color: rgb(240,72,35); }
div.DivClassName
{
background-color: #F04823;
}
.BgClassName
{
background-color: #F04823;
}
</style>
border-color css
<style>
span { border-color: #F04823; }
span { border-color: rgb(240,72,35); }
td.TdClassName
{
border-color: #F04823;
}
.TagClassName
{
border-color: #F04823;
}
</style>