Shades of Cinnabar #F24522
Tints of Cinnabar #F24522
RGB
CMYK
RGB Variations
Color information
#F24522 (or 0xF24522) is known color: Cinnabar. HEX triplet: F2, 45 and 22. RGB value is (242,69,34). Sum of RGB (Red+Green+Blue) = 242+69+34=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24522 is #0DBADD. Grayscale: #757575. Windows color (decimal): -899806 or 2246130. OLE color: 2246130.
HSL color Cylindrical-coordinate representation of color #F24522: hue angle of 10.1º 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 #F24522 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 34 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.05 |
| HSL | 10.1º | 0.89% | 0.54% | - |
| HSV(B) | 10.1º | 0.86% | 0.95% | - |
| XYZ | 39.03 | 23.25 | 3.94 | - |
| YUV | 116.74 | 81.31 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 34 | 0 | 0.71 | 0.86 | 0.05 | 10.1 | 0.89 | 0.54 |
| Hex | F2 | 45 | 22 | 0 | 47 | 56 | 5 | A | 59 | 36 |
| Octal | 362 | 105 | 42 | 0 | 107 | 126 | 5 | 12 | 131 | 66 |
| Binary | 11110010 | 1000101 | 100010 | 0 | 1000111 | 1010110 | 101 | 1010 | 1011001 | 110110 |
Color Harmonies of #F24522
Complementary color
Monochromatic Colors of #F24522
Black with #F24522
Text Example
Text Example
White with #F24522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24522; }
p { color: rgb(242,69,34); }
H1.HeaderClassName
{
color: #F24522;
}
.AnyTagClassName
{
color: #F24522;
}
</style>
background-color css
<style>
a { background-color: #F24522; }
a { background-color: rgb(242,69,34); }
div.DivClassName
{
background-color: #F24522;
}
.BgClassName
{
background-color: #F24522;
}
</style>
border-color css
<style>
span { border-color: #F24522; }
span { border-color: rgb(242,69,34); }
td.TdClassName
{
border-color: #F24522;
}
.TagClassName
{
border-color: #F24522;
}
</style>