Shades of Cinnabar #EE3D25
Tints of Cinnabar #EE3D25
RGB
CMYK
RGB Variations
Color information
#EE3D25 (or 0xEE3D25) is known color: Cinnabar. HEX triplet: EE, 3D and 25. RGB value is (238,61,37). Sum of RGB (Red+Green+Blue) = 238+61+37=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3D25 is #11C2DA. Grayscale: #6F6F6F. Windows color (decimal): -1163995 or 2440686. OLE color: 2440686.
HSL color Cylindrical-coordinate representation of color #EE3D25: hue angle of 7.16º 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 #EE3D25 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 37 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.07 |
| HSL | 7.16º | 0.86% | 0.54% | - |
| HSV(B) | 7.16º | 0.84% | 0.93% | - |
| XYZ | 37.26 | 21.65 | 3.96 | - |
| YUV | 111.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 37 | 0 | 0.74 | 0.84 | 0.07 | 7.16 | 0.86 | 0.54 |
| Hex | EE | 3D | 25 | 0 | 4A | 54 | 7 | 7 | 56 | 36 |
| Octal | 356 | 75 | 45 | 0 | 112 | 124 | 7 | 7 | 126 | 66 |
| Binary | 11101110 | 111101 | 100101 | 0 | 1001010 | 1010100 | 111 | 111 | 1010110 | 110110 |
Color Harmonies of #EE3D25
Complementary color
Monochromatic Colors of #EE3D25
Black with #EE3D25
Text Example
Text Example
White with #EE3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D25; }
p { color: rgb(238,61,37); }
H1.HeaderClassName
{
color: #EE3D25;
}
.AnyTagClassName
{
color: #EE3D25;
}
</style>
background-color css
<style>
a { background-color: #EE3D25; }
a { background-color: rgb(238,61,37); }
div.DivClassName
{
background-color: #EE3D25;
}
.BgClassName
{
background-color: #EE3D25;
}
</style>
border-color css
<style>
span { border-color: #EE3D25; }
span { border-color: rgb(238,61,37); }
td.TdClassName
{
border-color: #EE3D25;
}
.TagClassName
{
border-color: #EE3D25;
}
</style>