Shades of Cinnabar #F24621
Tints of Cinnabar #F24621
RGB
CMYK
RGB Variations
Color information
#F24621 (or 0xF24621) is known color: Cinnabar. HEX triplet: F2, 46 and 21. RGB value is (242,70,33). Sum of RGB (Red+Green+Blue) = 242+70+33=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24621 is #0DB9DE. Grayscale: #757575. Windows color (decimal): -899551 or 2180850. OLE color: 2180850.
HSL color Cylindrical-coordinate representation of color #F24621: hue angle of 10.62º 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 #F24621 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.05 |
| HSL | 10.62º | 0.89% | 0.54% | - |
| HSV(B) | 10.62º | 0.86% | 0.95% | - |
| XYZ | 39.08 | 23.37 | 3.89 | - |
| YUV | 117.21 | 80.48 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 33 | 0 | 0.71 | 0.86 | 0.05 | 10.62 | 0.89 | 0.54 |
| Hex | F2 | 46 | 21 | 0 | 47 | 56 | 5 | B | 59 | 36 |
| Octal | 362 | 106 | 41 | 0 | 107 | 126 | 5 | 13 | 131 | 66 |
| Binary | 11110010 | 1000110 | 100001 | 0 | 1000111 | 1010110 | 101 | 1011 | 1011001 | 110110 |
Color Harmonies of #F24621
Complementary color
Monochromatic Colors of #F24621
Black with #F24621
Text Example
Text Example
White with #F24621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24621; }
p { color: rgb(242,70,33); }
H1.HeaderClassName
{
color: #F24621;
}
.AnyTagClassName
{
color: #F24621;
}
</style>
background-color css
<style>
a { background-color: #F24621; }
a { background-color: rgb(242,70,33); }
div.DivClassName
{
background-color: #F24621;
}
.BgClassName
{
background-color: #F24621;
}
</style>
border-color css
<style>
span { border-color: #F24621; }
span { border-color: rgb(242,70,33); }
td.TdClassName
{
border-color: #F24621;
}
.TagClassName
{
border-color: #F24621;
}
</style>