Shades of Cinnabar #EE472F
Tints of Cinnabar #EE472F
RGB
CMYK
RGB Variations
Color information
#EE472F (or 0xEE472F) is known color: Cinnabar. HEX triplet: EE, 47 and 2F. RGB value is (238,71,47). Sum of RGB (Red+Green+Blue) = 238+71+47=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE472F is #11B8D0. Grayscale: #767676. Windows color (decimal): -1161425 or 3098606. OLE color: 3098606.
HSL color Cylindrical-coordinate representation of color #EE472F: hue angle of 7.54º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE472F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 47 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.07 |
| HSL | 7.54º | 0.85% | 0.56% | - |
| HSV(B) | 7.54º | 0.8% | 0.93% | - |
| XYZ | 38.03 | 22.89 | 5.1 | - |
| YUV | 118.2 | 87.83 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 47 | 0 | 0.70 | 0.80 | 0.07 | 7.54 | 0.85 | 0.56 |
| Hex | EE | 47 | 2F | 0 | 46 | 50 | 7 | 8 | 55 | 38 |
| Octal | 356 | 107 | 57 | 0 | 106 | 120 | 7 | 10 | 125 | 70 |
| Binary | 11101110 | 1000111 | 101111 | 0 | 1000110 | 1010000 | 111 | 1000 | 1010101 | 111000 |
Color Harmonies of #EE472F
Complementary color
Monochromatic Colors of #EE472F
Black with #EE472F
Text Example
Text Example
White with #EE472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE472F; }
p { color: rgb(238,71,47); }
H1.HeaderClassName
{
color: #EE472F;
}
.AnyTagClassName
{
color: #EE472F;
}
</style>
background-color css
<style>
a { background-color: #EE472F; }
a { background-color: rgb(238,71,47); }
div.DivClassName
{
background-color: #EE472F;
}
.BgClassName
{
background-color: #EE472F;
}
</style>
border-color css
<style>
span { border-color: #EE472F; }
span { border-color: rgb(238,71,47); }
td.TdClassName
{
border-color: #EE472F;
}
.TagClassName
{
border-color: #EE472F;
}
</style>