Shades of Cinnabar #F03622
Tints of Cinnabar #F03622
RGB
CMYK
RGB Variations
Color information
#F03622 (or 0xF03622) is known color: Cinnabar. HEX triplet: F0, 36 and 22. RGB value is (240,54,34). Sum of RGB (Red+Green+Blue) = 240+54+34=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F03622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03622 is #0FC9DD. Grayscale: #6B6B6B. Windows color (decimal): -1034718 or 2242288. OLE color: 2242288.
HSL color Cylindrical-coordinate representation of color #F03622: hue angle of 5.83º 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 #F03622 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 34 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.06 |
| HSL | 5.83º | 0.87% | 0.54% | - |
| HSV(B) | 5.83º | 0.86% | 0.94% | - |
| XYZ | 37.54 | 21.28 | 3.64 | - |
| YUV | 107.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 34 | 0 | 0.78 | 0.86 | 0.06 | 5.83 | 0.87 | 0.54 |
| Hex | F0 | 36 | 22 | 0 | 4E | 56 | 6 | 6 | 57 | 36 |
| Octal | 360 | 66 | 42 | 0 | 116 | 126 | 6 | 6 | 127 | 66 |
| Binary | 11110000 | 110110 | 100010 | 0 | 1001110 | 1010110 | 110 | 110 | 1010111 | 110110 |
Color Harmonies of #F03622
Complementary color
Monochromatic Colors of #F03622
Black with #F03622
Text Example
Text Example
White with #F03622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03622; }
p { color: rgb(240,54,34); }
H1.HeaderClassName
{
color: #F03622;
}
.AnyTagClassName
{
color: #F03622;
}
</style>
background-color css
<style>
a { background-color: #F03622; }
a { background-color: rgb(240,54,34); }
div.DivClassName
{
background-color: #F03622;
}
.BgClassName
{
background-color: #F03622;
}
</style>
border-color css
<style>
span { border-color: #F03622; }
span { border-color: rgb(240,54,34); }
td.TdClassName
{
border-color: #F03622;
}
.TagClassName
{
border-color: #F03622;
}
</style>