Shades of Cinnabar #EE2D1D
Tints of Cinnabar #EE2D1D
RGB
CMYK
RGB Variations
Color information
#EE2D1D (or 0xEE2D1D) is known color: Cinnabar. HEX triplet: EE, 2D and 1D. RGB value is (238,45,29). Sum of RGB (Red+Green+Blue) = 238+45+29=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D1D is #11D2E2. Grayscale: #656565. Windows color (decimal): -1168099 or 1912302. OLE color: 1912302.
HSL color Cylindrical-coordinate representation of color #EE2D1D: hue angle of 4.59º 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 #EE2D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.07 |
| HSL | 4.59º | 0.86% | 0.52% | - |
| HSV(B) | 4.59º | 0.88% | 0.93% | - |
| XYZ | 36.42 | 20.14 | 3.13 | - |
| YUV | 100.88 | 87.44 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 29 | 0 | 0.81 | 0.88 | 0.07 | 4.59 | 0.86 | 0.52 |
| Hex | EE | 2D | 1D | 0 | 51 | 58 | 7 | 5 | 56 | 34 |
| Octal | 356 | 55 | 35 | 0 | 121 | 130 | 7 | 5 | 126 | 64 |
| Binary | 11101110 | 101101 | 11101 | 0 | 1010001 | 1011000 | 111 | 101 | 1010110 | 110100 |
Color Harmonies of #EE2D1D
Complementary color
Monochromatic Colors of #EE2D1D
Black with #EE2D1D
Text Example
Text Example
White with #EE2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D1D; }
p { color: rgb(238,45,29); }
H1.HeaderClassName
{
color: #EE2D1D;
}
.AnyTagClassName
{
color: #EE2D1D;
}
</style>
background-color css
<style>
a { background-color: #EE2D1D; }
a { background-color: rgb(238,45,29); }
div.DivClassName
{
background-color: #EE2D1D;
}
.BgClassName
{
background-color: #EE2D1D;
}
</style>
border-color css
<style>
span { border-color: #EE2D1D; }
span { border-color: rgb(238,45,29); }
td.TdClassName
{
border-color: #EE2D1D;
}
.TagClassName
{
border-color: #EE2D1D;
}
</style>