Shades of Cinnabar #F24729
Tints of Cinnabar #F24729
RGB
CMYK
RGB Variations
Color information
#F24729 (or 0xF24729) is known color: Cinnabar. HEX triplet: F2, 47 and 29. RGB value is (242,71,41). Sum of RGB (Red+Green+Blue) = 242+71+41=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24729 is #0DB8D6. Grayscale: #777777. Windows color (decimal): -899287 or 2705394. OLE color: 2705394.
HSL color Cylindrical-coordinate representation of color #F24729: hue angle of 8.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F24729 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 41 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.05 |
| HSL | 8.96º | 0.89% | 0.55% | - |
| HSV(B) | 8.96º | 0.83% | 0.95% | - |
| XYZ | 39.27 | 23.54 | 4.57 | - |
| YUV | 118.71 | 84.15 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 41 | 0 | 0.71 | 0.83 | 0.05 | 8.96 | 0.89 | 0.55 |
| Hex | F2 | 47 | 29 | 0 | 47 | 53 | 5 | 9 | 59 | 37 |
| Octal | 362 | 107 | 51 | 0 | 107 | 123 | 5 | 11 | 131 | 67 |
| Binary | 11110010 | 1000111 | 101001 | 0 | 1000111 | 1010011 | 101 | 1001 | 1011001 | 110111 |
Color Harmonies of #F24729
Complementary color
Monochromatic Colors of #F24729
Black with #F24729
Text Example
Text Example
White with #F24729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24729; }
p { color: rgb(242,71,41); }
H1.HeaderClassName
{
color: #F24729;
}
.AnyTagClassName
{
color: #F24729;
}
</style>
background-color css
<style>
a { background-color: #F24729; }
a { background-color: rgb(242,71,41); }
div.DivClassName
{
background-color: #F24729;
}
.BgClassName
{
background-color: #F24729;
}
</style>
border-color css
<style>
span { border-color: #F24729; }
span { border-color: rgb(242,71,41); }
td.TdClassName
{
border-color: #F24729;
}
.TagClassName
{
border-color: #F24729;
}
</style>