Shades of Cinnabar #EE4625
Tints of Cinnabar #EE4625
RGB
CMYK
RGB Variations
Color information
#EE4625 (or 0xEE4625) is known color: Cinnabar. HEX triplet: EE, 46 and 25. RGB value is (238,70,37). Sum of RGB (Red+Green+Blue) = 238+70+37=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4625 is #11B9DA. Grayscale: #747474. Windows color (decimal): -1161691 or 2442990. OLE color: 2442990.
HSL color Cylindrical-coordinate representation of color #EE4625: hue angle of 9.85º 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 #EE4625 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 37 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.07 |
| HSL | 9.85º | 0.86% | 0.54% | - |
| HSV(B) | 9.85º | 0.84% | 0.93% | - |
| XYZ | 37.78 | 22.69 | 4.14 | - |
| YUV | 116.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 37 | 0 | 0.71 | 0.84 | 0.07 | 9.85 | 0.86 | 0.54 |
| Hex | EE | 46 | 25 | 0 | 47 | 54 | 7 | A | 56 | 36 |
| Octal | 356 | 106 | 45 | 0 | 107 | 124 | 7 | 12 | 126 | 66 |
| Binary | 11101110 | 1000110 | 100101 | 0 | 1000111 | 1010100 | 111 | 1010 | 1010110 | 110110 |
Color Harmonies of #EE4625
Complementary color
Monochromatic Colors of #EE4625
Black with #EE4625
Text Example
Text Example
White with #EE4625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4625; }
p { color: rgb(238,70,37); }
H1.HeaderClassName
{
color: #EE4625;
}
.AnyTagClassName
{
color: #EE4625;
}
</style>
background-color css
<style>
a { background-color: #EE4625; }
a { background-color: rgb(238,70,37); }
div.DivClassName
{
background-color: #EE4625;
}
.BgClassName
{
background-color: #EE4625;
}
</style>
border-color css
<style>
span { border-color: #EE4625; }
span { border-color: rgb(238,70,37); }
td.TdClassName
{
border-color: #EE4625;
}
.TagClassName
{
border-color: #EE4625;
}
</style>