Shades of Cinnabar #EE3321
Tints of Cinnabar #EE3321
RGB
CMYK
RGB Variations
Color information
#EE3321 (or 0xEE3321) is known color: Cinnabar. HEX triplet: EE, 33 and 21. RGB value is (238,51,33). Sum of RGB (Red+Green+Blue) = 238+51+33=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3321 is #11CCDE. Grayscale: #696969. Windows color (decimal): -1166559 or 2175982. OLE color: 2175982.
HSL color Cylindrical-coordinate representation of color #EE3321: hue angle of 5.27º 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 #EE3321 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 33 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.07 |
| HSL | 5.27º | 0.86% | 0.53% | - |
| HSV(B) | 5.27º | 0.86% | 0.93% | - |
| XYZ | 36.72 | 20.65 | 3.49 | - |
| YUV | 104.86 | 87.45 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 33 | 0 | 0.79 | 0.86 | 0.07 | 5.27 | 0.86 | 0.53 |
| Hex | EE | 33 | 21 | 0 | 4F | 56 | 7 | 5 | 56 | 35 |
| Octal | 356 | 63 | 41 | 0 | 117 | 126 | 7 | 5 | 126 | 65 |
| Binary | 11101110 | 110011 | 100001 | 0 | 1001111 | 1010110 | 111 | 101 | 1010110 | 110101 |
Color Harmonies of #EE3321
Complementary color
Monochromatic Colors of #EE3321
Black with #EE3321
Text Example
Text Example
White with #EE3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3321; }
p { color: rgb(238,51,33); }
H1.HeaderClassName
{
color: #EE3321;
}
.AnyTagClassName
{
color: #EE3321;
}
</style>
background-color css
<style>
a { background-color: #EE3321; }
a { background-color: rgb(238,51,33); }
div.DivClassName
{
background-color: #EE3321;
}
.BgClassName
{
background-color: #EE3321;
}
</style>
border-color css
<style>
span { border-color: #EE3321; }
span { border-color: rgb(238,51,33); }
td.TdClassName
{
border-color: #EE3321;
}
.TagClassName
{
border-color: #EE3321;
}
</style>