Shades of Cinnabar #F24828
Tints of Cinnabar #F24828
RGB
CMYK
RGB Variations
Color information
#F24828 (or 0xF24828) is known color: Cinnabar. HEX triplet: F2, 48 and 28. RGB value is (242,72,40). Sum of RGB (Red+Green+Blue) = 242+72+40=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F24828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24828 is #0DB7D7. Grayscale: #777777. Windows color (decimal): -899032 or 2640114. OLE color: 2640114.
HSL color Cylindrical-coordinate representation of color #F24828: hue angle of 9.5º 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 #F24828 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 40 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.05 |
| HSL | 9.5º | 0.89% | 0.55% | - |
| HSV(B) | 9.5º | 0.83% | 0.95% | - |
| XYZ | 39.32 | 23.67 | 4.5 | - |
| YUV | 119.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 40 | 0 | 0.70 | 0.83 | 0.05 | 9.5 | 0.89 | 0.55 |
| Hex | F2 | 48 | 28 | 0 | 46 | 53 | 5 | A | 59 | 37 |
| Octal | 362 | 110 | 50 | 0 | 106 | 123 | 5 | 12 | 131 | 67 |
| Binary | 11110010 | 1001000 | 101000 | 0 | 1000110 | 1010011 | 101 | 1010 | 1011001 | 110111 |
Color Harmonies of #F24828
Complementary color
Monochromatic Colors of #F24828
Black with #F24828
Text Example
Text Example
White with #F24828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24828; }
p { color: rgb(242,72,40); }
H1.HeaderClassName
{
color: #F24828;
}
.AnyTagClassName
{
color: #F24828;
}
</style>
background-color css
<style>
a { background-color: #F24828; }
a { background-color: rgb(242,72,40); }
div.DivClassName
{
background-color: #F24828;
}
.BgClassName
{
background-color: #F24828;
}
</style>
border-color css
<style>
span { border-color: #F24828; }
span { border-color: rgb(242,72,40); }
td.TdClassName
{
border-color: #F24828;
}
.TagClassName
{
border-color: #F24828;
}
</style>