Shades of Cinnabar #EE3A1C
Tints of Cinnabar #EE3A1C
RGB
CMYK
RGB Variations
Color information
#EE3A1C (or 0xEE3A1C) is known color: Cinnabar. HEX triplet: EE, 3A and 1C. RGB value is (238,58,28). Sum of RGB (Red+Green+Blue) = 238+58+28=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A1C is #11C5E3. Grayscale: #6C6C6C. Windows color (decimal): -1164772 or 1850094. OLE color: 1850094.
HSL color Cylindrical-coordinate representation of color #EE3A1C: hue angle of 8.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE3A1C is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 28 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.07 |
| HSL | 8.57º | 0.86% | 0.52% | - |
| HSV(B) | 8.57º | 0.88% | 0.93% | - |
| XYZ | 36.98 | 21.29 | 3.26 | - |
| YUV | 108.4 | 82.63 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 28 | 0 | 0.76 | 0.88 | 0.07 | 8.57 | 0.86 | 0.52 |
| Hex | EE | 3A | 1C | 0 | 4C | 58 | 7 | 9 | 56 | 34 |
| Octal | 356 | 72 | 34 | 0 | 114 | 130 | 7 | 11 | 126 | 64 |
| Binary | 11101110 | 111010 | 11100 | 0 | 1001100 | 1011000 | 111 | 1001 | 1010110 | 110100 |
Color Harmonies of #EE3A1C
Complementary color
Monochromatic Colors of #EE3A1C
Black with #EE3A1C
Text Example
Text Example
White with #EE3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A1C; }
p { color: rgb(238,58,28); }
H1.HeaderClassName
{
color: #EE3A1C;
}
.AnyTagClassName
{
color: #EE3A1C;
}
</style>
background-color css
<style>
a { background-color: #EE3A1C; }
a { background-color: rgb(238,58,28); }
div.DivClassName
{
background-color: #EE3A1C;
}
.BgClassName
{
background-color: #EE3A1C;
}
</style>
border-color css
<style>
span { border-color: #EE3A1C; }
span { border-color: rgb(238,58,28); }
td.TdClassName
{
border-color: #EE3A1C;
}
.TagClassName
{
border-color: #EE3A1C;
}
</style>