Shades of Cinnabar #EE3A28
Tints of Cinnabar #EE3A28
RGB
CMYK
RGB Variations
Color information
#EE3A28 (or 0xEE3A28) is known color: Cinnabar. HEX triplet: EE, 3A and 28. RGB value is (238,58,40). Sum of RGB (Red+Green+Blue) = 238+58+40=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3A28 is #11C5D7. Grayscale: #6E6E6E. Windows color (decimal): -1164760 or 2636526. OLE color: 2636526.
HSL color Cylindrical-coordinate representation of color #EE3A28: hue angle of 5.45º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE3A28 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 40 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.07 |
| HSL | 5.45º | 0.85% | 0.55% | - |
| HSV(B) | 5.45º | 0.83% | 0.93% | - |
| XYZ | 37.16 | 21.36 | 4.17 | - |
| YUV | 109.77 | 88.63 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 40 | 0 | 0.76 | 0.83 | 0.07 | 5.45 | 0.85 | 0.55 |
| Hex | EE | 3A | 28 | 0 | 4C | 53 | 7 | 5 | 55 | 37 |
| Octal | 356 | 72 | 50 | 0 | 114 | 123 | 7 | 5 | 125 | 67 |
| Binary | 11101110 | 111010 | 101000 | 0 | 1001100 | 1010011 | 111 | 101 | 1010101 | 110111 |
Color Harmonies of #EE3A28
Complementary color
Monochromatic Colors of #EE3A28
Black with #EE3A28
Text Example
Text Example
White with #EE3A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3A28; }
p { color: rgb(238,58,40); }
H1.HeaderClassName
{
color: #EE3A28;
}
.AnyTagClassName
{
color: #EE3A28;
}
</style>
background-color css
<style>
a { background-color: #EE3A28; }
a { background-color: rgb(238,58,40); }
div.DivClassName
{
background-color: #EE3A28;
}
.BgClassName
{
background-color: #EE3A28;
}
</style>
border-color css
<style>
span { border-color: #EE3A28; }
span { border-color: rgb(238,58,40); }
td.TdClassName
{
border-color: #EE3A28;
}
.TagClassName
{
border-color: #EE3A28;
}
</style>