Shades of Cinnabar #F24627
Tints of Cinnabar #F24627
RGB
CMYK
RGB Variations
Color information
#F24627 (or 0xF24627) is known color: Cinnabar. HEX triplet: F2, 46 and 27. RGB value is (242,70,39). Sum of RGB (Red+Green+Blue) = 242+70+39=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F24627 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24627 is #0DB9D8. Grayscale: #767676. Windows color (decimal): -899545 or 2574066. OLE color: 2574066.
HSL color Cylindrical-coordinate representation of color #F24627: hue angle of 9.16º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F24627 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 39 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.05 |
| HSL | 9.16º | 0.89% | 0.55% | - |
| HSV(B) | 9.16º | 0.84% | 0.95% | - |
| XYZ | 39.17 | 23.4 | 4.37 | - |
| YUV | 117.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 39 | 0 | 0.71 | 0.84 | 0.05 | 9.16 | 0.89 | 0.55 |
| Hex | F2 | 46 | 27 | 0 | 47 | 54 | 5 | 9 | 59 | 37 |
| Octal | 362 | 106 | 47 | 0 | 107 | 124 | 5 | 11 | 131 | 67 |
| Binary | 11110010 | 1000110 | 100111 | 0 | 1000111 | 1010100 | 101 | 1001 | 1011001 | 110111 |
Color Harmonies of #F24627
Complementary color
Monochromatic Colors of #F24627
Black with #F24627
Text Example
Text Example
White with #F24627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24627; }
p { color: rgb(242,70,39); }
H1.HeaderClassName
{
color: #F24627;
}
.AnyTagClassName
{
color: #F24627;
}
</style>
background-color css
<style>
a { background-color: #F24627; }
a { background-color: rgb(242,70,39); }
div.DivClassName
{
background-color: #F24627;
}
.BgClassName
{
background-color: #F24627;
}
</style>
border-color css
<style>
span { border-color: #F24627; }
span { border-color: rgb(242,70,39); }
td.TdClassName
{
border-color: #F24627;
}
.TagClassName
{
border-color: #F24627;
}
</style>