Shades of Cinnabar #F03623
Tints of Cinnabar #F03623
RGB
CMYK
RGB Variations
Color information
#F03623 (or 0xF03623) is known color: Cinnabar. HEX triplet: F0, 36 and 23. RGB value is (240,54,35). Sum of RGB (Red+Green+Blue) = 240+54+35=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F03623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03623 is #0FC9DC. Grayscale: #6B6B6B. Windows color (decimal): -1034717 or 2307824. OLE color: 2307824.
HSL color Cylindrical-coordinate representation of color #F03623: hue angle of 5.56º 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 #F03623 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 35 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.06 |
| HSL | 5.56º | 0.87% | 0.54% | - |
| HSV(B) | 5.56º | 0.85% | 0.94% | - |
| XYZ | 37.56 | 21.28 | 3.72 | - |
| YUV | 107.45 | 87.12 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 35 | 0 | 0.78 | 0.85 | 0.06 | 5.56 | 0.87 | 0.54 |
| Hex | F0 | 36 | 23 | 0 | 4E | 55 | 6 | 6 | 57 | 36 |
| Octal | 360 | 66 | 43 | 0 | 116 | 125 | 6 | 6 | 127 | 66 |
| Binary | 11110000 | 110110 | 100011 | 0 | 1001110 | 1010101 | 110 | 110 | 1010111 | 110110 |
Color Harmonies of #F03623
Complementary color
Monochromatic Colors of #F03623
Black with #F03623
Text Example
Text Example
White with #F03623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03623; }
p { color: rgb(240,54,35); }
H1.HeaderClassName
{
color: #F03623;
}
.AnyTagClassName
{
color: #F03623;
}
</style>
background-color css
<style>
a { background-color: #F03623; }
a { background-color: rgb(240,54,35); }
div.DivClassName
{
background-color: #F03623;
}
.BgClassName
{
background-color: #F03623;
}
</style>
border-color css
<style>
span { border-color: #F03623; }
span { border-color: rgb(240,54,35); }
td.TdClassName
{
border-color: #F03623;
}
.TagClassName
{
border-color: #F03623;
}
</style>