Shades of Cinnabar #F03C23
Tints of Cinnabar #F03C23
RGB
CMYK
RGB Variations
Color information
#F03C23 (or 0xF03C23) is known color: Cinnabar. HEX triplet: F0, 3C and 23. RGB value is (240,60,35). Sum of RGB (Red+Green+Blue) = 240+60+35=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C23 is #0FC3DC. Grayscale: #6F6F6F. Windows color (decimal): -1033181 or 2309360. OLE color: 2309360.
HSL color Cylindrical-coordinate representation of color #F03C23: hue angle of 7.32º 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 #F03C23 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 35 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.06 |
| HSL | 7.32º | 0.87% | 0.54% | - |
| HSV(B) | 7.32º | 0.85% | 0.94% | - |
| XYZ | 37.85 | 21.88 | 3.82 | - |
| YUV | 110.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 35 | 0 | 0.75 | 0.85 | 0.06 | 7.32 | 0.87 | 0.54 |
| Hex | F0 | 3C | 23 | 0 | 4B | 55 | 6 | 7 | 57 | 36 |
| Octal | 360 | 74 | 43 | 0 | 113 | 125 | 6 | 7 | 127 | 66 |
| Binary | 11110000 | 111100 | 100011 | 0 | 1001011 | 1010101 | 110 | 111 | 1010111 | 110110 |
Color Harmonies of #F03C23
Complementary color
Monochromatic Colors of #F03C23
Black with #F03C23
Text Example
Text Example
White with #F03C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C23; }
p { color: rgb(240,60,35); }
H1.HeaderClassName
{
color: #F03C23;
}
.AnyTagClassName
{
color: #F03C23;
}
</style>
background-color css
<style>
a { background-color: #F03C23; }
a { background-color: rgb(240,60,35); }
div.DivClassName
{
background-color: #F03C23;
}
.BgClassName
{
background-color: #F03C23;
}
</style>
border-color css
<style>
span { border-color: #F03C23; }
span { border-color: rgb(240,60,35); }
td.TdClassName
{
border-color: #F03C23;
}
.TagClassName
{
border-color: #F03C23;
}
</style>