Shades of Cinnabar #EE2D26
Tints of Cinnabar #EE2D26
RGB
CMYK
RGB Variations
Color information
#EE2D26 (or 0xEE2D26) is known color: Cinnabar. HEX triplet: EE, 2D and 26. RGB value is (238,45,38). Sum of RGB (Red+Green+Blue) = 238+45+38=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2D26 is #11D2D9. Grayscale: #666666. Windows color (decimal): -1168090 or 2502126. OLE color: 2502126.
HSL color Cylindrical-coordinate representation of color #EE2D26: hue angle of 2.1º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2D26 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 38 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.07 |
| HSL | 2.1º | 0.85% | 0.54% | - |
| HSV(B) | 2.1º | 0.84% | 0.93% | - |
| XYZ | 36.55 | 20.19 | 3.81 | - |
| YUV | 101.91 | 91.94 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 38 | 0 | 0.81 | 0.84 | 0.07 | 2.1 | 0.85 | 0.54 |
| Hex | EE | 2D | 26 | 0 | 51 | 54 | 7 | 2 | 55 | 36 |
| Octal | 356 | 55 | 46 | 0 | 121 | 124 | 7 | 2 | 125 | 66 |
| Binary | 11101110 | 101101 | 100110 | 0 | 1010001 | 1010100 | 111 | 10 | 1010101 | 110110 |
Color Harmonies of #EE2D26
Complementary color
Monochromatic Colors of #EE2D26
Black with #EE2D26
Text Example
Text Example
White with #EE2D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2D26; }
p { color: rgb(238,45,38); }
H1.HeaderClassName
{
color: #EE2D26;
}
.AnyTagClassName
{
color: #EE2D26;
}
</style>
background-color css
<style>
a { background-color: #EE2D26; }
a { background-color: rgb(238,45,38); }
div.DivClassName
{
background-color: #EE2D26;
}
.BgClassName
{
background-color: #EE2D26;
}
</style>
border-color css
<style>
span { border-color: #EE2D26; }
span { border-color: rgb(238,45,38); }
td.TdClassName
{
border-color: #EE2D26;
}
.TagClassName
{
border-color: #EE2D26;
}
</style>