Shades of Cinnabar #F04922
Tints of Cinnabar #F04922
RGB
CMYK
RGB Variations
Color information
#F04922 (or 0xF04922) is known color: Cinnabar. HEX triplet: F0, 49 and 22. RGB value is (240,73,34). Sum of RGB (Red+Green+Blue) = 240+73+34=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04922 is #0FB6DD. Grayscale: #767676. Windows color (decimal): -1029854 or 2247152. OLE color: 2247152.
HSL color Cylindrical-coordinate representation of color #F04922: hue angle of 11.36º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F04922 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 34 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.06 |
| HSL | 11.36º | 0.87% | 0.54% | - |
| HSV(B) | 11.36º | 0.86% | 0.94% | - |
| XYZ | 38.61 | 23.41 | 4 | - |
| YUV | 118.49 | 80.33 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 34 | 0 | 0.70 | 0.86 | 0.06 | 11.36 | 0.87 | 0.54 |
| Hex | F0 | 49 | 22 | 0 | 46 | 56 | 6 | B | 57 | 36 |
| Octal | 360 | 111 | 42 | 0 | 106 | 126 | 6 | 13 | 127 | 66 |
| Binary | 11110000 | 1001001 | 100010 | 0 | 1000110 | 1010110 | 110 | 1011 | 1010111 | 110110 |
Color Harmonies of #F04922
Complementary color
Monochromatic Colors of #F04922
Black with #F04922
Text Example
Text Example
White with #F04922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04922; }
p { color: rgb(240,73,34); }
H1.HeaderClassName
{
color: #F04922;
}
.AnyTagClassName
{
color: #F04922;
}
</style>
background-color css
<style>
a { background-color: #F04922; }
a { background-color: rgb(240,73,34); }
div.DivClassName
{
background-color: #F04922;
}
.BgClassName
{
background-color: #F04922;
}
</style>
border-color css
<style>
span { border-color: #F04922; }
span { border-color: rgb(240,73,34); }
td.TdClassName
{
border-color: #F04922;
}
.TagClassName
{
border-color: #F04922;
}
</style>