Shades of Cinnabar #F24B1E
Tints of Cinnabar #F24B1E
RGB
CMYK
RGB Variations
Color information
#F24B1E (or 0xF24B1E) is known color: Cinnabar. HEX triplet: F2, 4B and 1E. RGB value is (242,75,30). Sum of RGB (Red+Green+Blue) = 242+75+30=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24B1E is #0DB4E1. Grayscale: #787878. Windows color (decimal): -898274 or 1985522. OLE color: 1985522.
HSL color Cylindrical-coordinate representation of color #F24B1E: hue angle of 12.74º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F24B1E is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 30 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.05 |
| HSL | 12.74º | 0.89% | 0.53% | - |
| HSV(B) | 12.74º | 0.88% | 0.95% | - |
| XYZ | 39.37 | 24 | 3.79 | - |
| YUV | 119.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 30 | 0 | 0.69 | 0.88 | 0.05 | 12.74 | 0.89 | 0.53 |
| Hex | F2 | 4B | 1E | 0 | 45 | 58 | 5 | D | 59 | 35 |
| Octal | 362 | 113 | 36 | 0 | 105 | 130 | 5 | 15 | 131 | 65 |
| Binary | 11110010 | 1001011 | 11110 | 0 | 1000101 | 1011000 | 101 | 1101 | 1011001 | 110101 |
Color Harmonies of #F24B1E
Complementary color
Monochromatic Colors of #F24B1E
Black with #F24B1E
Text Example
Text Example
White with #F24B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B1E; }
p { color: rgb(242,75,30); }
H1.HeaderClassName
{
color: #F24B1E;
}
.AnyTagClassName
{
color: #F24B1E;
}
</style>
background-color css
<style>
a { background-color: #F24B1E; }
a { background-color: rgb(242,75,30); }
div.DivClassName
{
background-color: #F24B1E;
}
.BgClassName
{
background-color: #F24B1E;
}
</style>
border-color css
<style>
span { border-color: #F24B1E; }
span { border-color: rgb(242,75,30); }
td.TdClassName
{
border-color: #F24B1E;
}
.TagClassName
{
border-color: #F24B1E;
}
</style>