Shades of Cinnabar #EE3422
Tints of Cinnabar #EE3422
RGB
CMYK
RGB Variations
Color information
#EE3422 (or 0xEE3422) is known color: Cinnabar. HEX triplet: EE, 34 and 22. RGB value is (238,52,34). Sum of RGB (Red+Green+Blue) = 238+52+34=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3422 is #11CBDD. Grayscale: #696969. Windows color (decimal): -1166302 or 2241774. OLE color: 2241774.
HSL color Cylindrical-coordinate representation of color #EE3422: hue angle of 5.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE3422 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 34 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.29º | 0.86% | 0.53% | - |
| HSV(B) | 5.29º | 0.86% | 0.93% | - |
| XYZ | 36.78 | 20.75 | 3.58 | - |
| YUV | 105.56 | 87.62 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 34 | 0 | 0.78 | 0.86 | 0.07 | 5.29 | 0.86 | 0.53 |
| Hex | EE | 34 | 22 | 0 | 4E | 56 | 7 | 5 | 56 | 35 |
| Octal | 356 | 64 | 42 | 0 | 116 | 126 | 7 | 5 | 126 | 65 |
| Binary | 11101110 | 110100 | 100010 | 0 | 1001110 | 1010110 | 111 | 101 | 1010110 | 110101 |
Color Harmonies of #EE3422
Complementary color
Monochromatic Colors of #EE3422
Black with #EE3422
Text Example
Text Example
White with #EE3422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3422; }
p { color: rgb(238,52,34); }
H1.HeaderClassName
{
color: #EE3422;
}
.AnyTagClassName
{
color: #EE3422;
}
</style>
background-color css
<style>
a { background-color: #EE3422; }
a { background-color: rgb(238,52,34); }
div.DivClassName
{
background-color: #EE3422;
}
.BgClassName
{
background-color: #EE3422;
}
</style>
border-color css
<style>
span { border-color: #EE3422; }
span { border-color: rgb(238,52,34); }
td.TdClassName
{
border-color: #EE3422;
}
.TagClassName
{
border-color: #EE3422;
}
</style>