Shades of Cinnabar #F24F28
Tints of Cinnabar #F24F28
RGB
CMYK
RGB Variations
Color information
#F24F28 (or 0xF24F28) is known color: Cinnabar. HEX triplet: F2, 4F and 28. RGB value is (242,79,40). Sum of RGB (Red+Green+Blue) = 242+79+40=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F28 is #0DB0D7. Grayscale: #7B7B7B. Windows color (decimal): -897240 or 2641906. OLE color: 2641906.
HSL color Cylindrical-coordinate representation of color #F24F28: hue angle of 11.58º 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 #F24F28 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 40 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.05 |
| HSL | 11.58º | 0.89% | 0.55% | - |
| HSV(B) | 11.58º | 0.83% | 0.95% | - |
| XYZ | 39.8 | 24.62 | 4.66 | - |
| YUV | 123.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 40 | 0 | 0.67 | 0.83 | 0.05 | 11.58 | 0.89 | 0.55 |
| Hex | F2 | 4F | 28 | 0 | 43 | 53 | 5 | C | 59 | 37 |
| Octal | 362 | 117 | 50 | 0 | 103 | 123 | 5 | 14 | 131 | 67 |
| Binary | 11110010 | 1001111 | 101000 | 0 | 1000011 | 1010011 | 101 | 1100 | 1011001 | 110111 |
Color Harmonies of #F24F28
Complementary color
Monochromatic Colors of #F24F28
Black with #F24F28
Text Example
Text Example
White with #F24F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F28; }
p { color: rgb(242,79,40); }
H1.HeaderClassName
{
color: #F24F28;
}
.AnyTagClassName
{
color: #F24F28;
}
</style>
background-color css
<style>
a { background-color: #F24F28; }
a { background-color: rgb(242,79,40); }
div.DivClassName
{
background-color: #F24F28;
}
.BgClassName
{
background-color: #F24F28;
}
</style>
border-color css
<style>
span { border-color: #F24F28; }
span { border-color: rgb(242,79,40); }
td.TdClassName
{
border-color: #F24F28;
}
.TagClassName
{
border-color: #F24F28;
}
</style>