Shades of Cinnabar #EE342E
Tints of Cinnabar #EE342E
RGB
CMYK
RGB Variations
Color information
#EE342E (or 0xEE342E) is known color: Cinnabar. HEX triplet: EE, 34 and 2E. RGB value is (238,52,46). Sum of RGB (Red+Green+Blue) = 238+52+46=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE342E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE342E is #11CBD1. Grayscale: #6B6B6B. Windows color (decimal): -1166290 or 3028206. OLE color: 3028206.
HSL color Cylindrical-coordinate representation of color #EE342E: hue angle of 1.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE342E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 46 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.07 |
| HSL | 1.88º | 0.85% | 0.56% | - |
| HSV(B) | 1.88º | 0.81% | 0.93% | - |
| XYZ | 36.98 | 20.83 | 4.66 | - |
| YUV | 106.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 46 | 0 | 0.78 | 0.81 | 0.07 | 1.88 | 0.85 | 0.56 |
| Hex | EE | 34 | 2E | 0 | 4E | 51 | 7 | 2 | 55 | 38 |
| Octal | 356 | 64 | 56 | 0 | 116 | 121 | 7 | 2 | 125 | 70 |
| Binary | 11101110 | 110100 | 101110 | 0 | 1001110 | 1010001 | 111 | 10 | 1010101 | 111000 |
Color Harmonies of #EE342E
Complementary color
Monochromatic Colors of #EE342E
Black with #EE342E
Text Example
Text Example
White with #EE342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE342E; }
p { color: rgb(238,52,46); }
H1.HeaderClassName
{
color: #EE342E;
}
.AnyTagClassName
{
color: #EE342E;
}
</style>
background-color css
<style>
a { background-color: #EE342E; }
a { background-color: rgb(238,52,46); }
div.DivClassName
{
background-color: #EE342E;
}
.BgClassName
{
background-color: #EE342E;
}
</style>
border-color css
<style>
span { border-color: #EE342E; }
span { border-color: rgb(238,52,46); }
td.TdClassName
{
border-color: #EE342E;
}
.TagClassName
{
border-color: #EE342E;
}
</style>