Shades of Cinnabar #F24F2C
Tints of Cinnabar #F24F2C
RGB
CMYK
RGB Variations
Color information
#F24F2C (or 0xF24F2C) is known color: Cinnabar. HEX triplet: F2, 4F and 2C. RGB value is (242,79,44). Sum of RGB (Red+Green+Blue) = 242+79+44=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24F2C is #0DB0D3. Grayscale: #7C7C7C. Windows color (decimal): -897236 or 2904050. OLE color: 2904050.
HSL color Cylindrical-coordinate representation of color #F24F2C: hue angle of 10.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F24F2C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 44 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.05 |
| HSL | 10.61º | 0.88% | 0.56% | - |
| HSV(B) | 10.61º | 0.82% | 0.95% | - |
| XYZ | 39.87 | 24.65 | 5.04 | - |
| YUV | 123.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 44 | 0 | 0.67 | 0.82 | 0.05 | 10.61 | 0.88 | 0.56 |
| Hex | F2 | 4F | 2C | 0 | 43 | 52 | 5 | B | 58 | 38 |
| Octal | 362 | 117 | 54 | 0 | 103 | 122 | 5 | 13 | 130 | 70 |
| Binary | 11110010 | 1001111 | 101100 | 0 | 1000011 | 1010010 | 101 | 1011 | 1011000 | 111000 |
Color Harmonies of #F24F2C
Complementary color
Monochromatic Colors of #F24F2C
Black with #F24F2C
Text Example
Text Example
White with #F24F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F2C; }
p { color: rgb(242,79,44); }
H1.HeaderClassName
{
color: #F24F2C;
}
.AnyTagClassName
{
color: #F24F2C;
}
</style>
background-color css
<style>
a { background-color: #F24F2C; }
a { background-color: rgb(242,79,44); }
div.DivClassName
{
background-color: #F24F2C;
}
.BgClassName
{
background-color: #F24F2C;
}
</style>
border-color css
<style>
span { border-color: #F24F2C; }
span { border-color: rgb(242,79,44); }
td.TdClassName
{
border-color: #F24F2C;
}
.TagClassName
{
border-color: #F24F2C;
}
</style>