Shades of Cinnabar #EB2220
Tints of Cinnabar #EB2220
RGB
CMYK
RGB Variations
Color information
#EB2220 (or 0xEB2220) is known color: Cinnabar. HEX triplet: EB, 22 and 20. RGB value is (235,34,32). Sum of RGB (Red+Green+Blue) = 235+34+32=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2220 is #14DDDF. Grayscale: #5E5E5E. Windows color (decimal): -1367520 or 2106091. OLE color: 2106091.
HSL color Cylindrical-coordinate representation of color #EB2220: hue angle of 0.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2220 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.08 |
| HSL | 0.59º | 0.84% | 0.52% | - |
| HSV(B) | 0.59º | 0.86% | 0.92% | - |
| XYZ | 35.09 | 18.91 | 3.17 | - |
| YUV | 93.87 | 93.09 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 32 | 0 | 0.86 | 0.86 | 0.08 | 0.59 | 0.84 | 0.52 |
| Hex | EB | 22 | 20 | 0 | 56 | 56 | 8 | 1 | 54 | 34 |
| Octal | 353 | 42 | 40 | 0 | 126 | 126 | 10 | 1 | 124 | 64 |
| Binary | 11101011 | 100010 | 100000 | 0 | 1010110 | 1010110 | 1000 | 1 | 1010100 | 110100 |
Color Harmonies of #EB2220
Complementary color
Monochromatic Colors of #EB2220
Black with #EB2220
Text Example
Text Example
White with #EB2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2220; }
p { color: rgb(235,34,32); }
H1.HeaderClassName
{
color: #EB2220;
}
.AnyTagClassName
{
color: #EB2220;
}
</style>
background-color css
<style>
a { background-color: #EB2220; }
a { background-color: rgb(235,34,32); }
div.DivClassName
{
background-color: #EB2220;
}
.BgClassName
{
background-color: #EB2220;
}
</style>
border-color css
<style>
span { border-color: #EB2220; }
span { border-color: rgb(235,34,32); }
td.TdClassName
{
border-color: #EB2220;
}
.TagClassName
{
border-color: #EB2220;
}
</style>