Shades of Cinnabar #EE2F1D
Tints of Cinnabar #EE2F1D
RGB
CMYK
RGB Variations
Color information
#EE2F1D (or 0xEE2F1D) is known color: Cinnabar. HEX triplet: EE, 2F and 1D. RGB value is (238,47,29). Sum of RGB (Red+Green+Blue) = 238+47+29=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2F1D is #11D0E2. Grayscale: #666666. Windows color (decimal): -1167587 or 1912814. OLE color: 1912814.
HSL color Cylindrical-coordinate representation of color #EE2F1D: hue angle of 5.17º 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 #EE2F1D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.07 |
| HSL | 5.17º | 0.86% | 0.52% | - |
| HSV(B) | 5.17º | 0.88% | 0.93% | - |
| XYZ | 36.5 | 20.3 | 3.16 | - |
| YUV | 102.06 | 86.78 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 29 | 0 | 0.80 | 0.88 | 0.07 | 5.17 | 0.86 | 0.52 |
| Hex | EE | 2F | 1D | 0 | 50 | 58 | 7 | 5 | 56 | 34 |
| Octal | 356 | 57 | 35 | 0 | 120 | 130 | 7 | 5 | 126 | 64 |
| Binary | 11101110 | 101111 | 11101 | 0 | 1010000 | 1011000 | 111 | 101 | 1010110 | 110100 |
Color Harmonies of #EE2F1D
Complementary color
Monochromatic Colors of #EE2F1D
Black with #EE2F1D
Text Example
Text Example
White with #EE2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2F1D; }
p { color: rgb(238,47,29); }
H1.HeaderClassName
{
color: #EE2F1D;
}
.AnyTagClassName
{
color: #EE2F1D;
}
</style>
background-color css
<style>
a { background-color: #EE2F1D; }
a { background-color: rgb(238,47,29); }
div.DivClassName
{
background-color: #EE2F1D;
}
.BgClassName
{
background-color: #EE2F1D;
}
</style>
border-color css
<style>
span { border-color: #EE2F1D; }
span { border-color: rgb(238,47,29); }
td.TdClassName
{
border-color: #EE2F1D;
}
.TagClassName
{
border-color: #EE2F1D;
}
</style>