Shades of Cinnabar #EE471D
Tints of Cinnabar #EE471D
RGB
CMYK
RGB Variations
Color information
#EE471D (or 0xEE471D) is known color: Cinnabar. HEX triplet: EE, 47 and 1D. RGB value is (238,71,29). Sum of RGB (Red+Green+Blue) = 238+71+29=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE471D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE471D is #11B8E2. Grayscale: #747474. Windows color (decimal): -1161443 or 1918958. OLE color: 1918958.
HSL color Cylindrical-coordinate representation of color #EE471D: hue angle of 12.06º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE471D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.07 |
| HSL | 12.06º | 0.86% | 0.52% | - |
| HSV(B) | 12.06º | 0.88% | 0.93% | - |
| XYZ | 37.73 | 22.77 | 3.57 | - |
| YUV | 116.15 | 78.83 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 29 | 0 | 0.70 | 0.88 | 0.07 | 12.06 | 0.86 | 0.52 |
| Hex | EE | 47 | 1D | 0 | 46 | 58 | 7 | C | 56 | 34 |
| Octal | 356 | 107 | 35 | 0 | 106 | 130 | 7 | 14 | 126 | 64 |
| Binary | 11101110 | 1000111 | 11101 | 0 | 1000110 | 1011000 | 111 | 1100 | 1010110 | 110100 |
Color Harmonies of #EE471D
Complementary color
Monochromatic Colors of #EE471D
Black with #EE471D
Text Example
Text Example
White with #EE471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE471D; }
p { color: rgb(238,71,29); }
H1.HeaderClassName
{
color: #EE471D;
}
.AnyTagClassName
{
color: #EE471D;
}
</style>
background-color css
<style>
a { background-color: #EE471D; }
a { background-color: rgb(238,71,29); }
div.DivClassName
{
background-color: #EE471D;
}
.BgClassName
{
background-color: #EE471D;
}
</style>
border-color css
<style>
span { border-color: #EE471D; }
span { border-color: rgb(238,71,29); }
td.TdClassName
{
border-color: #EE471D;
}
.TagClassName
{
border-color: #EE471D;
}
</style>