Shades of Cinnabar #EE4A26
Tints of Cinnabar #EE4A26
RGB
CMYK
RGB Variations
Color information
#EE4A26 (or 0xEE4A26) is known color: Cinnabar. HEX triplet: EE, 4A and 26. RGB value is (238,74,38). Sum of RGB (Red+Green+Blue) = 238+74+38=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A26 is #11B5D9. Grayscale: #777777. Windows color (decimal): -1160666 or 2509550. OLE color: 2509550.
HSL color Cylindrical-coordinate representation of color #EE4A26: hue angle of 10.8º 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 #EE4A26 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 74 | 38 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.07 |
| HSL | 10.8º | 0.85% | 0.54% | - |
| HSV(B) | 10.8º | 0.84% | 0.93% | - |
| XYZ | 38.06 | 23.21 | 4.31 | - |
| YUV | 118.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 74 | 38 | 0 | 0.69 | 0.84 | 0.07 | 10.8 | 0.85 | 0.54 |
| Hex | EE | 4A | 26 | 0 | 45 | 54 | 7 | B | 55 | 36 |
| Octal | 356 | 112 | 46 | 0 | 105 | 124 | 7 | 13 | 125 | 66 |
| Binary | 11101110 | 1001010 | 100110 | 0 | 1000101 | 1010100 | 111 | 1011 | 1010101 | 110110 |
Color Harmonies of #EE4A26
Complementary color
Monochromatic Colors of #EE4A26
Black with #EE4A26
Text Example
Text Example
White with #EE4A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4A26; }
p { color: rgb(238,74,38); }
H1.HeaderClassName
{
color: #EE4A26;
}
.AnyTagClassName
{
color: #EE4A26;
}
</style>
background-color css
<style>
a { background-color: #EE4A26; }
a { background-color: rgb(238,74,38); }
div.DivClassName
{
background-color: #EE4A26;
}
.BgClassName
{
background-color: #EE4A26;
}
</style>
border-color css
<style>
span { border-color: #EE4A26; }
span { border-color: rgb(238,74,38); }
td.TdClassName
{
border-color: #EE4A26;
}
.TagClassName
{
border-color: #EE4A26;
}
</style>