Shades of Cinnabar #EE2C1E
Tints of Cinnabar #EE2C1E
RGB
CMYK
RGB Variations
Color information
#EE2C1E (or 0xEE2C1E) is known color: Cinnabar. HEX triplet: EE, 2C and 1E. RGB value is (238,44,30). Sum of RGB (Red+Green+Blue) = 238+44+30=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2C1E is #11D3E1. Grayscale: #646464. Windows color (decimal): -1168354 or 1977582. OLE color: 1977582.
HSL color Cylindrical-coordinate representation of color #EE2C1E: hue angle of 4.04º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2C1E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.07 |
| HSL | 4.04º | 0.86% | 0.53% | - |
| HSV(B) | 4.04º | 0.87% | 0.93% | - |
| XYZ | 36.39 | 20.07 | 3.18 | - |
| YUV | 100.41 | 88.27 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 30 | 0 | 0.82 | 0.87 | 0.07 | 4.04 | 0.86 | 0.53 |
| Hex | EE | 2C | 1E | 0 | 52 | 57 | 7 | 4 | 56 | 35 |
| Octal | 356 | 54 | 36 | 0 | 122 | 127 | 7 | 4 | 126 | 65 |
| Binary | 11101110 | 101100 | 11110 | 0 | 1010010 | 1010111 | 111 | 100 | 1010110 | 110101 |
Color Harmonies of #EE2C1E
Complementary color
Monochromatic Colors of #EE2C1E
Black with #EE2C1E
Text Example
Text Example
White with #EE2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C1E; }
p { color: rgb(238,44,30); }
H1.HeaderClassName
{
color: #EE2C1E;
}
.AnyTagClassName
{
color: #EE2C1E;
}
</style>
background-color css
<style>
a { background-color: #EE2C1E; }
a { background-color: rgb(238,44,30); }
div.DivClassName
{
background-color: #EE2C1E;
}
.BgClassName
{
background-color: #EE2C1E;
}
</style>
border-color css
<style>
span { border-color: #EE2C1E; }
span { border-color: rgb(238,44,30); }
td.TdClassName
{
border-color: #EE2C1E;
}
.TagClassName
{
border-color: #EE2C1E;
}
</style>