Shades of Cinnabar #F03A2C
Tints of Cinnabar #F03A2C
RGB
CMYK
RGB Variations
Color information
#F03A2C (or 0xF03A2C) is known color: Cinnabar. HEX triplet: F0, 3A and 2C. RGB value is (240,58,44). Sum of RGB (Red+Green+Blue) = 240+58+44=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A2C is #0FC5D3. Grayscale: #6F6F6F. Windows color (decimal): -1033684 or 2898672. OLE color: 2898672.
HSL color Cylindrical-coordinate representation of color #F03A2C: hue angle of 4.29º 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 #F03A2C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 44 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.06 |
| HSL | 4.29º | 0.87% | 0.56% | - |
| HSV(B) | 4.29º | 0.82% | 0.94% | - |
| XYZ | 37.9 | 21.73 | 4.58 | - |
| YUV | 110.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 44 | 0 | 0.76 | 0.82 | 0.06 | 4.29 | 0.87 | 0.56 |
| Hex | F0 | 3A | 2C | 0 | 4C | 52 | 6 | 4 | 57 | 38 |
| Octal | 360 | 72 | 54 | 0 | 114 | 122 | 6 | 4 | 127 | 70 |
| Binary | 11110000 | 111010 | 101100 | 0 | 1001100 | 1010010 | 110 | 100 | 1010111 | 111000 |
Color Harmonies of #F03A2C
Complementary color
Monochromatic Colors of #F03A2C
Black with #F03A2C
Text Example
Text Example
White with #F03A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A2C; }
p { color: rgb(240,58,44); }
H1.HeaderClassName
{
color: #F03A2C;
}
.AnyTagClassName
{
color: #F03A2C;
}
</style>
background-color css
<style>
a { background-color: #F03A2C; }
a { background-color: rgb(240,58,44); }
div.DivClassName
{
background-color: #F03A2C;
}
.BgClassName
{
background-color: #F03A2C;
}
</style>
border-color css
<style>
span { border-color: #F03A2C; }
span { border-color: rgb(240,58,44); }
td.TdClassName
{
border-color: #F03A2C;
}
.TagClassName
{
border-color: #F03A2C;
}
</style>