Shades of Cinnabar #F24521
Tints of Cinnabar #F24521
RGB
CMYK
RGB Variations
Color information
#F24521 (or 0xF24521) is known color: Cinnabar. HEX triplet: F2, 45 and 21. RGB value is (242,69,33). Sum of RGB (Red+Green+Blue) = 242+69+33=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F24521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24521 is #0DBADE. Grayscale: #747474. Windows color (decimal): -899807 or 2180594. OLE color: 2180594.
HSL color Cylindrical-coordinate representation of color #F24521: hue angle of 10.33º 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 #F24521 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 33 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.05 |
| HSL | 10.33º | 0.89% | 0.54% | - |
| HSV(B) | 10.33º | 0.86% | 0.95% | - |
| XYZ | 39.02 | 23.24 | 3.87 | - |
| YUV | 116.62 | 80.81 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 33 | 0 | 0.71 | 0.86 | 0.05 | 10.33 | 0.89 | 0.54 |
| Hex | F2 | 45 | 21 | 0 | 47 | 56 | 5 | A | 59 | 36 |
| Octal | 362 | 105 | 41 | 0 | 107 | 126 | 5 | 12 | 131 | 66 |
| Binary | 11110010 | 1000101 | 100001 | 0 | 1000111 | 1010110 | 101 | 1010 | 1011001 | 110110 |
Color Harmonies of #F24521
Complementary color
Monochromatic Colors of #F24521
Black with #F24521
Text Example
Text Example
White with #F24521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24521; }
p { color: rgb(242,69,33); }
H1.HeaderClassName
{
color: #F24521;
}
.AnyTagClassName
{
color: #F24521;
}
</style>
background-color css
<style>
a { background-color: #F24521; }
a { background-color: rgb(242,69,33); }
div.DivClassName
{
background-color: #F24521;
}
.BgClassName
{
background-color: #F24521;
}
</style>
border-color css
<style>
span { border-color: #F24521; }
span { border-color: rgb(242,69,33); }
td.TdClassName
{
border-color: #F24521;
}
.TagClassName
{
border-color: #F24521;
}
</style>