Shades of Cinnabar #F24821
Tints of Cinnabar #F24821
RGB
CMYK
RGB Variations
Color information
#F24821 (or 0xF24821) is known color: Cinnabar. HEX triplet: F2, 48 and 21. RGB value is (242,72,33). Sum of RGB (Red+Green+Blue) = 242+72+33=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24821 is #0DB7DE. Grayscale: #767676. Windows color (decimal): -899039 or 2181362. OLE color: 2181362.
HSL color Cylindrical-coordinate representation of color #F24821: hue angle of 11.2º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F24821 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 33 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.05 |
| HSL | 11.2º | 0.89% | 0.54% | - |
| HSV(B) | 11.2º | 0.86% | 0.95% | - |
| XYZ | 39.21 | 23.62 | 3.93 | - |
| YUV | 118.38 | 79.82 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 33 | 0 | 0.70 | 0.86 | 0.05 | 11.2 | 0.89 | 0.54 |
| Hex | F2 | 48 | 21 | 0 | 46 | 56 | 5 | B | 59 | 36 |
| Octal | 362 | 110 | 41 | 0 | 106 | 126 | 5 | 13 | 131 | 66 |
| Binary | 11110010 | 1001000 | 100001 | 0 | 1000110 | 1010110 | 101 | 1011 | 1011001 | 110110 |
Color Harmonies of #F24821
Complementary color
Monochromatic Colors of #F24821
Black with #F24821
Text Example
Text Example
White with #F24821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24821; }
p { color: rgb(242,72,33); }
H1.HeaderClassName
{
color: #F24821;
}
.AnyTagClassName
{
color: #F24821;
}
</style>
background-color css
<style>
a { background-color: #F24821; }
a { background-color: rgb(242,72,33); }
div.DivClassName
{
background-color: #F24821;
}
.BgClassName
{
background-color: #F24821;
}
</style>
border-color css
<style>
span { border-color: #F24821; }
span { border-color: rgb(242,72,33); }
td.TdClassName
{
border-color: #F24821;
}
.TagClassName
{
border-color: #F24821;
}
</style>