Shades of Cinnabar #F24725
Tints of Cinnabar #F24725
RGB
CMYK
RGB Variations
Color information
#F24725 (or 0xF24725) is known color: Cinnabar. HEX triplet: F2, 47 and 25. RGB value is (242,71,37). Sum of RGB (Red+Green+Blue) = 242+71+37=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F24725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24725 is #0DB8DA. Grayscale: #767676. Windows color (decimal): -899291 or 2443250. OLE color: 2443250.
HSL color Cylindrical-coordinate representation of color #F24725: hue angle of 9.95º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F24725 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 37 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.05 |
| HSL | 9.95º | 0.89% | 0.55% | - |
| HSV(B) | 9.95º | 0.85% | 0.95% | - |
| XYZ | 39.21 | 23.52 | 4.22 | - |
| YUV | 118.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 37 | 0 | 0.71 | 0.85 | 0.05 | 9.95 | 0.89 | 0.55 |
| Hex | F2 | 47 | 25 | 0 | 47 | 55 | 5 | A | 59 | 37 |
| Octal | 362 | 107 | 45 | 0 | 107 | 125 | 5 | 12 | 131 | 67 |
| Binary | 11110010 | 1000111 | 100101 | 0 | 1000111 | 1010101 | 101 | 1010 | 1011001 | 110111 |
Color Harmonies of #F24725
Complementary color
Monochromatic Colors of #F24725
Black with #F24725
Text Example
Text Example
White with #F24725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24725; }
p { color: rgb(242,71,37); }
H1.HeaderClassName
{
color: #F24725;
}
.AnyTagClassName
{
color: #F24725;
}
</style>
background-color css
<style>
a { background-color: #F24725; }
a { background-color: rgb(242,71,37); }
div.DivClassName
{
background-color: #F24725;
}
.BgClassName
{
background-color: #F24725;
}
</style>
border-color css
<style>
span { border-color: #F24725; }
span { border-color: rgb(242,71,37); }
td.TdClassName
{
border-color: #F24725;
}
.TagClassName
{
border-color: #F24725;
}
</style>