Shades of Cinnabar #EE2D22
Tints of Cinnabar #EE2D22
RGB
CMYK
RGB Variations
Color information
#EE2D22 (or 0xEE2D22) is known color: Cinnabar. HEX triplet: EE, 2D and 22. RGB value is (238,45,34). Sum of RGB (Red+Green+Blue) = 238+45+34=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D22 is #11D2DD. Grayscale: #656565. Windows color (decimal): -1168094 or 2239982. OLE color: 2239982.
HSL color Cylindrical-coordinate representation of color #EE2D22: hue angle of 3.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2D22 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 34 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.07 |
| HSL | 3.24º | 0.86% | 0.53% | - |
| HSV(B) | 3.24º | 0.86% | 0.93% | - |
| XYZ | 36.49 | 20.17 | 3.48 | - |
| YUV | 101.45 | 89.94 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 34 | 0 | 0.81 | 0.86 | 0.07 | 3.24 | 0.86 | 0.53 |
| Hex | EE | 2D | 22 | 0 | 51 | 56 | 7 | 3 | 56 | 35 |
| Octal | 356 | 55 | 42 | 0 | 121 | 126 | 7 | 3 | 126 | 65 |
| Binary | 11101110 | 101101 | 100010 | 0 | 1010001 | 1010110 | 111 | 11 | 1010110 | 110101 |
Color Harmonies of #EE2D22
Complementary color
Monochromatic Colors of #EE2D22
Black with #EE2D22
Text Example
Text Example
White with #EE2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D22; }
p { color: rgb(238,45,34); }
H1.HeaderClassName
{
color: #EE2D22;
}
.AnyTagClassName
{
color: #EE2D22;
}
</style>
background-color css
<style>
a { background-color: #EE2D22; }
a { background-color: rgb(238,45,34); }
div.DivClassName
{
background-color: #EE2D22;
}
.BgClassName
{
background-color: #EE2D22;
}
</style>
border-color css
<style>
span { border-color: #EE2D22; }
span { border-color: rgb(238,45,34); }
td.TdClassName
{
border-color: #EE2D22;
}
.TagClassName
{
border-color: #EE2D22;
}
</style>