Shades of Cinnabar #F03C2C
Tints of Cinnabar #F03C2C
RGB
CMYK
RGB Variations
Color information
#F03C2C (or 0xF03C2C) is known color: Cinnabar. HEX triplet: F0, 3C and 2C. RGB value is (240,60,44). Sum of RGB (Red+Green+Blue) = 240+60+44=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C2C is #0FC3D3. Grayscale: #707070. Windows color (decimal): -1033172 or 2899184. OLE color: 2899184.
HSL color Cylindrical-coordinate representation of color #F03C2C: hue angle of 4.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F03C2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 44 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.06 |
| HSL | 4.9º | 0.87% | 0.56% | - |
| HSV(B) | 4.9º | 0.82% | 0.94% | - |
| XYZ | 38.01 | 21.94 | 4.61 | - |
| YUV | 112 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 44 | 0 | 0.75 | 0.82 | 0.06 | 4.9 | 0.87 | 0.56 |
| Hex | F0 | 3C | 2C | 0 | 4B | 52 | 6 | 5 | 57 | 38 |
| Octal | 360 | 74 | 54 | 0 | 113 | 122 | 6 | 5 | 127 | 70 |
| Binary | 11110000 | 111100 | 101100 | 0 | 1001011 | 1010010 | 110 | 101 | 1010111 | 111000 |
Color Harmonies of #F03C2C
Complementary color
Monochromatic Colors of #F03C2C
Black with #F03C2C
Text Example
Text Example
White with #F03C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C2C; }
p { color: rgb(240,60,44); }
H1.HeaderClassName
{
color: #F03C2C;
}
.AnyTagClassName
{
color: #F03C2C;
}
</style>
background-color css
<style>
a { background-color: #F03C2C; }
a { background-color: rgb(240,60,44); }
div.DivClassName
{
background-color: #F03C2C;
}
.BgClassName
{
background-color: #F03C2C;
}
</style>
border-color css
<style>
span { border-color: #F03C2C; }
span { border-color: rgb(240,60,44); }
td.TdClassName
{
border-color: #F03C2C;
}
.TagClassName
{
border-color: #F03C2C;
}
</style>