Shades of Cinnabar #F2471D
Tints of Cinnabar #F2471D
RGB
CMYK
RGB Variations
Color information
#F2471D (or 0xF2471D) is known color: Cinnabar. HEX triplet: F2, 47 and 1D. RGB value is (242,71,29). Sum of RGB (Red+Green+Blue) = 242+71+29=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2471D is #0DB8E2. Grayscale: #757575. Windows color (decimal): -899299 or 1918962. OLE color: 1918962.
HSL color Cylindrical-coordinate representation of color #F2471D: hue angle of 11.83º 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 #F2471D is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 29 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.05 |
| HSL | 11.83º | 0.89% | 0.53% | - |
| HSV(B) | 11.83º | 0.88% | 0.95% | - |
| XYZ | 39.09 | 23.47 | 3.63 | - |
| YUV | 117.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 29 | 0 | 0.71 | 0.88 | 0.05 | 11.83 | 0.89 | 0.53 |
| Hex | F2 | 47 | 1D | 0 | 47 | 58 | 5 | C | 59 | 35 |
| Octal | 362 | 107 | 35 | 0 | 107 | 130 | 5 | 14 | 131 | 65 |
| Binary | 11110010 | 1000111 | 11101 | 0 | 1000111 | 1011000 | 101 | 1100 | 1011001 | 110101 |
Color Harmonies of #F2471D
Complementary color
Monochromatic Colors of #F2471D
Black with #F2471D
Text Example
Text Example
White with #F2471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2471D; }
p { color: rgb(242,71,29); }
H1.HeaderClassName
{
color: #F2471D;
}
.AnyTagClassName
{
color: #F2471D;
}
</style>
background-color css
<style>
a { background-color: #F2471D; }
a { background-color: rgb(242,71,29); }
div.DivClassName
{
background-color: #F2471D;
}
.BgClassName
{
background-color: #F2471D;
}
</style>
border-color css
<style>
span { border-color: #F2471D; }
span { border-color: rgb(242,71,29); }
td.TdClassName
{
border-color: #F2471D;
}
.TagClassName
{
border-color: #F2471D;
}
</style>