Shades of Cinnabar #EE3D19
Tints of Cinnabar #EE3D19
RGB
CMYK
RGB Variations
Color information
#EE3D19 (or 0xEE3D19) is known color: Cinnabar. HEX triplet: EE, 3D and 19. RGB value is (238,61,25). Sum of RGB (Red+Green+Blue) = 238+61+25=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D19 is #11C2E6. Grayscale: #6E6E6E. Windows color (decimal): -1164007 or 1654254. OLE color: 1654254.
HSL color Cylindrical-coordinate representation of color #EE3D19: hue angle of 10.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE3D19 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 61 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.07 |
| HSL | 10.14º | 0.86% | 0.52% | - |
| HSV(B) | 10.14º | 0.89% | 0.93% | - |
| XYZ | 37.1 | 21.58 | 3.13 | - |
| YUV | 109.82 | 80.14 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 61 | 25 | 0 | 0.74 | 0.89 | 0.07 | 10.14 | 0.86 | 0.52 |
| Hex | EE | 3D | 19 | 0 | 4A | 59 | 7 | A | 56 | 34 |
| Octal | 356 | 75 | 31 | 0 | 112 | 131 | 7 | 12 | 126 | 64 |
| Binary | 11101110 | 111101 | 11001 | 0 | 1001010 | 1011001 | 111 | 1010 | 1010110 | 110100 |
Color Harmonies of #EE3D19
Complementary color
Monochromatic Colors of #EE3D19
Black with #EE3D19
Text Example
Text Example
White with #EE3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3D19; }
p { color: rgb(238,61,25); }
H1.HeaderClassName
{
color: #EE3D19;
}
.AnyTagClassName
{
color: #EE3D19;
}
</style>
background-color css
<style>
a { background-color: #EE3D19; }
a { background-color: rgb(238,61,25); }
div.DivClassName
{
background-color: #EE3D19;
}
.BgClassName
{
background-color: #EE3D19;
}
</style>
border-color css
<style>
span { border-color: #EE3D19; }
span { border-color: rgb(238,61,25); }
td.TdClassName
{
border-color: #EE3D19;
}
.TagClassName
{
border-color: #EE3D19;
}
</style>