Shades of Cinnabar #F03A21
Tints of Cinnabar #F03A21
RGB
CMYK
RGB Variations
Color information
#F03A21 (or 0xF03A21) is known color: Cinnabar. HEX triplet: F0, 3A and 21. RGB value is (240,58,33). Sum of RGB (Red+Green+Blue) = 240+58+33=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03A21 is #0FC5DE. Grayscale: #6D6D6D. Windows color (decimal): -1033695 or 2177776. OLE color: 2177776.
HSL color Cylindrical-coordinate representation of color #F03A21: hue angle of 7.25º 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 #F03A21 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 33 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.06 |
| HSL | 7.25º | 0.87% | 0.54% | - |
| HSV(B) | 7.25º | 0.86% | 0.94% | - |
| XYZ | 37.72 | 21.66 | 3.63 | - |
| YUV | 109.57 | 84.8 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 33 | 0 | 0.76 | 0.86 | 0.06 | 7.25 | 0.87 | 0.54 |
| Hex | F0 | 3A | 21 | 0 | 4C | 56 | 6 | 7 | 57 | 36 |
| Octal | 360 | 72 | 41 | 0 | 114 | 126 | 6 | 7 | 127 | 66 |
| Binary | 11110000 | 111010 | 100001 | 0 | 1001100 | 1010110 | 110 | 111 | 1010111 | 110110 |
Color Harmonies of #F03A21
Complementary color
Monochromatic Colors of #F03A21
Black with #F03A21
Text Example
Text Example
White with #F03A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A21; }
p { color: rgb(240,58,33); }
H1.HeaderClassName
{
color: #F03A21;
}
.AnyTagClassName
{
color: #F03A21;
}
</style>
background-color css
<style>
a { background-color: #F03A21; }
a { background-color: rgb(240,58,33); }
div.DivClassName
{
background-color: #F03A21;
}
.BgClassName
{
background-color: #F03A21;
}
</style>
border-color css
<style>
span { border-color: #F03A21; }
span { border-color: rgb(240,58,33); }
td.TdClassName
{
border-color: #F03A21;
}
.TagClassName
{
border-color: #F03A21;
}
</style>