Shades of Cinnabar #EE4E25
Tints of Cinnabar #EE4E25
RGB
CMYK
RGB Variations
Color information
#EE4E25 (or 0xEE4E25) is known color: Cinnabar. HEX triplet: EE, 4E and 25. RGB value is (238,78,37). Sum of RGB (Red+Green+Blue) = 238+78+37=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE4E25 is #11B1DA. Grayscale: #797979. Windows color (decimal): -1159643 or 2445038. OLE color: 2445038.
HSL color Cylindrical-coordinate representation of color #EE4E25: hue angle of 12.24º degrees, saturation: 0.86, 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 #EE4E25 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 78 | 37 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.07 |
| HSL | 12.24º | 0.86% | 0.54% | - |
| HSV(B) | 12.24º | 0.84% | 0.93% | - |
| XYZ | 38.32 | 23.76 | 4.32 | - |
| YUV | 121.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 78 | 37 | 0 | 0.67 | 0.84 | 0.07 | 12.24 | 0.86 | 0.54 |
| Hex | EE | 4E | 25 | 0 | 43 | 54 | 7 | C | 56 | 36 |
| Octal | 356 | 116 | 45 | 0 | 103 | 124 | 7 | 14 | 126 | 66 |
| Binary | 11101110 | 1001110 | 100101 | 0 | 1000011 | 1010100 | 111 | 1100 | 1010110 | 110110 |
Color Harmonies of #EE4E25
Complementary color
Monochromatic Colors of #EE4E25
Black with #EE4E25
Text Example
Text Example
White with #EE4E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4E25; }
p { color: rgb(238,78,37); }
H1.HeaderClassName
{
color: #EE4E25;
}
.AnyTagClassName
{
color: #EE4E25;
}
</style>
background-color css
<style>
a { background-color: #EE4E25; }
a { background-color: rgb(238,78,37); }
div.DivClassName
{
background-color: #EE4E25;
}
.BgClassName
{
background-color: #EE4E25;
}
</style>
border-color css
<style>
span { border-color: #EE4E25; }
span { border-color: rgb(238,78,37); }
td.TdClassName
{
border-color: #EE4E25;
}
.TagClassName
{
border-color: #EE4E25;
}
</style>