Shades of Cinnabar #EE4D26
Tints of Cinnabar #EE4D26
RGB
CMYK
RGB Variations
Color information
#EE4D26 (or 0xEE4D26) is known color: Cinnabar. HEX triplet: EE, 4D and 26. RGB value is (238,77,38). Sum of RGB (Red+Green+Blue) = 238+77+38=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4D26 is #11B2D9. Grayscale: #797979. Windows color (decimal): -1159898 or 2510318. OLE color: 2510318.
HSL color Cylindrical-coordinate representation of color #EE4D26: hue angle of 11.7º 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 #EE4D26 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 77 | 38 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.07 |
| HSL | 11.7º | 0.85% | 0.54% | - |
| HSV(B) | 11.7º | 0.84% | 0.93% | - |
| XYZ | 38.26 | 23.62 | 4.38 | - |
| YUV | 120.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 77 | 38 | 0 | 0.68 | 0.84 | 0.07 | 11.7 | 0.85 | 0.54 |
| Hex | EE | 4D | 26 | 0 | 44 | 54 | 7 | C | 55 | 36 |
| Octal | 356 | 115 | 46 | 0 | 104 | 124 | 7 | 14 | 125 | 66 |
| Binary | 11101110 | 1001101 | 100110 | 0 | 1000100 | 1010100 | 111 | 1100 | 1010101 | 110110 |
Color Harmonies of #EE4D26
Complementary color
Monochromatic Colors of #EE4D26
Black with #EE4D26
Text Example
Text Example
White with #EE4D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4D26; }
p { color: rgb(238,77,38); }
H1.HeaderClassName
{
color: #EE4D26;
}
.AnyTagClassName
{
color: #EE4D26;
}
</style>
background-color css
<style>
a { background-color: #EE4D26; }
a { background-color: rgb(238,77,38); }
div.DivClassName
{
background-color: #EE4D26;
}
.BgClassName
{
background-color: #EE4D26;
}
</style>
border-color css
<style>
span { border-color: #EE4D26; }
span { border-color: rgb(238,77,38); }
td.TdClassName
{
border-color: #EE4D26;
}
.TagClassName
{
border-color: #EE4D26;
}
</style>