Shades of Cinnabar #F03721
Tints of Cinnabar #F03721
RGB
CMYK
RGB Variations
Color information
#F03721 (or 0xF03721) is known color: Cinnabar. HEX triplet: F0, 37 and 21. RGB value is (240,55,33). Sum of RGB (Red+Green+Blue) = 240+55+33=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F03721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03721 is #0FC8DE. Grayscale: #6C6C6C. Windows color (decimal): -1034463 or 2177008. OLE color: 2177008.
HSL color Cylindrical-coordinate representation of color #F03721: hue angle of 6.38º 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 #F03721 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 33 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.06 |
| HSL | 6.38º | 0.87% | 0.54% | - |
| HSV(B) | 6.38º | 0.86% | 0.94% | - |
| XYZ | 37.58 | 21.37 | 3.58 | - |
| YUV | 107.81 | 85.79 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 33 | 0 | 0.77 | 0.86 | 0.06 | 6.38 | 0.87 | 0.54 |
| Hex | F0 | 37 | 21 | 0 | 4D | 56 | 6 | 6 | 57 | 36 |
| Octal | 360 | 67 | 41 | 0 | 115 | 126 | 6 | 6 | 127 | 66 |
| Binary | 11110000 | 110111 | 100001 | 0 | 1001101 | 1010110 | 110 | 110 | 1010111 | 110110 |
Color Harmonies of #F03721
Complementary color
Monochromatic Colors of #F03721
Black with #F03721
Text Example
Text Example
White with #F03721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03721; }
p { color: rgb(240,55,33); }
H1.HeaderClassName
{
color: #F03721;
}
.AnyTagClassName
{
color: #F03721;
}
</style>
background-color css
<style>
a { background-color: #F03721; }
a { background-color: rgb(240,55,33); }
div.DivClassName
{
background-color: #F03721;
}
.BgClassName
{
background-color: #F03721;
}
</style>
border-color css
<style>
span { border-color: #F03721; }
span { border-color: rgb(240,55,33); }
td.TdClassName
{
border-color: #F03721;
}
.TagClassName
{
border-color: #F03721;
}
</style>