Shades of Cinnabar #EE3521
Tints of Cinnabar #EE3521
RGB
CMYK
RGB Variations
Color information
#EE3521 (or 0xEE3521) is known color: Cinnabar. HEX triplet: EE, 35 and 21. RGB value is (238,53,33). Sum of RGB (Red+Green+Blue) = 238+53+33=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3521 is #11CADE. Grayscale: #6A6A6A. Windows color (decimal): -1166047 or 2176494. OLE color: 2176494.
HSL color Cylindrical-coordinate representation of color #EE3521: hue angle of 5.85º 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 #EE3521 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 33 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.07 |
| HSL | 5.85º | 0.86% | 0.53% | - |
| HSV(B) | 5.85º | 0.86% | 0.93% | - |
| XYZ | 36.81 | 20.83 | 3.52 | - |
| YUV | 106.04 | 86.79 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 33 | 0 | 0.78 | 0.86 | 0.07 | 5.85 | 0.86 | 0.53 |
| Hex | EE | 35 | 21 | 0 | 4E | 56 | 7 | 6 | 56 | 35 |
| Octal | 356 | 65 | 41 | 0 | 116 | 126 | 7 | 6 | 126 | 65 |
| Binary | 11101110 | 110101 | 100001 | 0 | 1001110 | 1010110 | 111 | 110 | 1010110 | 110101 |
Color Harmonies of #EE3521
Complementary color
Monochromatic Colors of #EE3521
Black with #EE3521
Text Example
Text Example
White with #EE3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3521; }
p { color: rgb(238,53,33); }
H1.HeaderClassName
{
color: #EE3521;
}
.AnyTagClassName
{
color: #EE3521;
}
</style>
background-color css
<style>
a { background-color: #EE3521; }
a { background-color: rgb(238,53,33); }
div.DivClassName
{
background-color: #EE3521;
}
.BgClassName
{
background-color: #EE3521;
}
</style>
border-color css
<style>
span { border-color: #EE3521; }
span { border-color: rgb(238,53,33); }
td.TdClassName
{
border-color: #EE3521;
}
.TagClassName
{
border-color: #EE3521;
}
</style>