Shades of Cinnabar #F24D1F
Tints of Cinnabar #F24D1F
RGB
CMYK
RGB Variations
Color information
#F24D1F (or 0xF24D1F) is known color: Cinnabar. HEX triplet: F2, 4D and 1F. RGB value is (242,77,31). Sum of RGB (Red+Green+Blue) = 242+77+31=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D1F is #0DB2E0. Grayscale: #797979. Windows color (decimal): -897761 or 2051570. OLE color: 2051570.
HSL color Cylindrical-coordinate representation of color #F24D1F: hue angle of 13.08º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F24D1F is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 31 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.05 |
| HSL | 13.08º | 0.89% | 0.54% | - |
| HSV(B) | 13.08º | 0.87% | 0.95% | - |
| XYZ | 39.52 | 24.28 | 3.9 | - |
| YUV | 121.09 | 77.16 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 31 | 0 | 0.68 | 0.87 | 0.05 | 13.08 | 0.89 | 0.54 |
| Hex | F2 | 4D | 1F | 0 | 44 | 57 | 5 | D | 59 | 36 |
| Octal | 362 | 115 | 37 | 0 | 104 | 127 | 5 | 15 | 131 | 66 |
| Binary | 11110010 | 1001101 | 11111 | 0 | 1000100 | 1010111 | 101 | 1101 | 1011001 | 110110 |
Color Harmonies of #F24D1F
Complementary color
Monochromatic Colors of #F24D1F
Black with #F24D1F
Text Example
Text Example
White with #F24D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D1F; }
p { color: rgb(242,77,31); }
H1.HeaderClassName
{
color: #F24D1F;
}
.AnyTagClassName
{
color: #F24D1F;
}
</style>
background-color css
<style>
a { background-color: #F24D1F; }
a { background-color: rgb(242,77,31); }
div.DivClassName
{
background-color: #F24D1F;
}
.BgClassName
{
background-color: #F24D1F;
}
</style>
border-color css
<style>
span { border-color: #F24D1F; }
span { border-color: rgb(242,77,31); }
td.TdClassName
{
border-color: #F24D1F;
}
.TagClassName
{
border-color: #F24D1F;
}
</style>