Shades of Cinnabar #EB2520
Tints of Cinnabar #EB2520
RGB
CMYK
RGB Variations
Color information
#EB2520 (or 0xEB2520) is known color: Cinnabar. HEX triplet: EB, 25 and 20. RGB value is (235,37,32). Sum of RGB (Red+Green+Blue) = 235+37+32=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2520 is #14DADF. Grayscale: #5F5F5F. Windows color (decimal): -1366752 or 2106859. OLE color: 2106859.
HSL color Cylindrical-coordinate representation of color #EB2520: hue angle of 1.48º 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 #EB2520 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 32 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.08 |
| HSL | 1.48º | 0.84% | 0.52% | - |
| HSV(B) | 1.48º | 0.86% | 0.92% | - |
| XYZ | 35.18 | 19.09 | 3.2 | - |
| YUV | 95.63 | 92.1 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 32 | 0 | 0.84 | 0.86 | 0.08 | 1.48 | 0.84 | 0.52 |
| Hex | EB | 25 | 20 | 0 | 54 | 56 | 8 | 1 | 54 | 34 |
| Octal | 353 | 45 | 40 | 0 | 124 | 126 | 10 | 1 | 124 | 64 |
| Binary | 11101011 | 100101 | 100000 | 0 | 1010100 | 1010110 | 1000 | 1 | 1010100 | 110100 |
Color Harmonies of #EB2520
Complementary color
Monochromatic Colors of #EB2520
Black with #EB2520
Text Example
Text Example
White with #EB2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2520; }
p { color: rgb(235,37,32); }
H1.HeaderClassName
{
color: #EB2520;
}
.AnyTagClassName
{
color: #EB2520;
}
</style>
background-color css
<style>
a { background-color: #EB2520; }
a { background-color: rgb(235,37,32); }
div.DivClassName
{
background-color: #EB2520;
}
.BgClassName
{
background-color: #EB2520;
}
</style>
border-color css
<style>
span { border-color: #EB2520; }
span { border-color: rgb(235,37,32); }
td.TdClassName
{
border-color: #EB2520;
}
.TagClassName
{
border-color: #EB2520;
}
</style>