Shades of Cinnabar #EE3A1A
Tints of Cinnabar #EE3A1A
RGB
CMYK
RGB Variations
Color information
#EE3A1A (or 0xEE3A1A) is known color: Cinnabar. HEX triplet: EE, 3A and 1A. RGB value is (238,58,26). Sum of RGB (Red+Green+Blue) = 238+58+26=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A1A is #11C5E5. Grayscale: #6C6C6C. Windows color (decimal): -1164774 or 1719022. OLE color: 1719022.
HSL color Cylindrical-coordinate representation of color #EE3A1A: hue angle of 9.06º 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 #EE3A1A is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 26 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.07 |
| HSL | 9.06º | 0.86% | 0.52% | - |
| HSV(B) | 9.06º | 0.89% | 0.93% | - |
| XYZ | 36.96 | 21.28 | 3.14 | - |
| YUV | 108.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 26 | 0 | 0.76 | 0.89 | 0.07 | 9.06 | 0.86 | 0.52 |
| Hex | EE | 3A | 1A | 0 | 4C | 59 | 7 | 9 | 56 | 34 |
| Octal | 356 | 72 | 32 | 0 | 114 | 131 | 7 | 11 | 126 | 64 |
| Binary | 11101110 | 111010 | 11010 | 0 | 1001100 | 1011001 | 111 | 1001 | 1010110 | 110100 |
Color Harmonies of #EE3A1A
Complementary color
Monochromatic Colors of #EE3A1A
Black with #EE3A1A
Text Example
Text Example
White with #EE3A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A1A; }
p { color: rgb(238,58,26); }
H1.HeaderClassName
{
color: #EE3A1A;
}
.AnyTagClassName
{
color: #EE3A1A;
}
</style>
background-color css
<style>
a { background-color: #EE3A1A; }
a { background-color: rgb(238,58,26); }
div.DivClassName
{
background-color: #EE3A1A;
}
.BgClassName
{
background-color: #EE3A1A;
}
</style>
border-color css
<style>
span { border-color: #EE3A1A; }
span { border-color: rgb(238,58,26); }
td.TdClassName
{
border-color: #EE3A1A;
}
.TagClassName
{
border-color: #EE3A1A;
}
</style>