Shades of Cinnabar #F2471E
Tints of Cinnabar #F2471E
RGB
CMYK
RGB Variations
Color information
#F2471E (or 0xF2471E) is known color: Cinnabar. HEX triplet: F2, 47 and 1E. RGB value is (242,71,30). Sum of RGB (Red+Green+Blue) = 242+71+30=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F2471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2471E is #0DB8E1. Grayscale: #757575. Windows color (decimal): -899298 or 1984498. OLE color: 1984498.
HSL color Cylindrical-coordinate representation of color #F2471E: hue angle of 11.6º 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 #F2471E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 30 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.05 |
| HSL | 11.6º | 0.89% | 0.53% | - |
| HSV(B) | 11.6º | 0.88% | 0.95% | - |
| XYZ | 39.11 | 23.48 | 3.7 | - |
| YUV | 117.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 30 | 0 | 0.71 | 0.88 | 0.05 | 11.6 | 0.89 | 0.53 |
| Hex | F2 | 47 | 1E | 0 | 47 | 58 | 5 | C | 59 | 35 |
| Octal | 362 | 107 | 36 | 0 | 107 | 130 | 5 | 14 | 131 | 65 |
| Binary | 11110010 | 1000111 | 11110 | 0 | 1000111 | 1011000 | 101 | 1100 | 1011001 | 110101 |
Color Harmonies of #F2471E
Complementary color
Monochromatic Colors of #F2471E
Black with #F2471E
Text Example
Text Example
White with #F2471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2471E; }
p { color: rgb(242,71,30); }
H1.HeaderClassName
{
color: #F2471E;
}
.AnyTagClassName
{
color: #F2471E;
}
</style>
background-color css
<style>
a { background-color: #F2471E; }
a { background-color: rgb(242,71,30); }
div.DivClassName
{
background-color: #F2471E;
}
.BgClassName
{
background-color: #F2471E;
}
</style>
border-color css
<style>
span { border-color: #F2471E; }
span { border-color: rgb(242,71,30); }
td.TdClassName
{
border-color: #F2471E;
}
.TagClassName
{
border-color: #F2471E;
}
</style>