Shades of Cinnabar #EB2521
Tints of Cinnabar #EB2521
RGB
CMYK
RGB Variations
Color information
#EB2521 (or 0xEB2521) is known color: Cinnabar. HEX triplet: EB, 25 and 21. RGB value is (235,37,33). Sum of RGB (Red+Green+Blue) = 235+37+33=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2521 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2521 is #14DADE. Grayscale: #5F5F5F. Windows color (decimal): -1366751 or 2172395. OLE color: 2172395.
HSL color Cylindrical-coordinate representation of color #EB2521: hue angle of 1.19º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2521 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 33 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.08 |
| HSL | 1.19º | 0.83% | 0.53% | - |
| HSV(B) | 1.19º | 0.86% | 0.92% | - |
| XYZ | 35.2 | 19.1 | 3.27 | - |
| YUV | 95.75 | 92.6 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 33 | 0 | 0.84 | 0.86 | 0.08 | 1.19 | 0.83 | 0.53 |
| Hex | EB | 25 | 21 | 0 | 54 | 56 | 8 | 1 | 53 | 35 |
| Octal | 353 | 45 | 41 | 0 | 124 | 126 | 10 | 1 | 123 | 65 |
| Binary | 11101011 | 100101 | 100001 | 0 | 1010100 | 1010110 | 1000 | 1 | 1010011 | 110101 |
Color Harmonies of #EB2521
Complementary color
Monochromatic Colors of #EB2521
Black with #EB2521
Text Example
Text Example
White with #EB2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2521; }
p { color: rgb(235,37,33); }
H1.HeaderClassName
{
color: #EB2521;
}
.AnyTagClassName
{
color: #EB2521;
}
</style>
background-color css
<style>
a { background-color: #EB2521; }
a { background-color: rgb(235,37,33); }
div.DivClassName
{
background-color: #EB2521;
}
.BgClassName
{
background-color: #EB2521;
}
</style>
border-color css
<style>
span { border-color: #EB2521; }
span { border-color: rgb(235,37,33); }
td.TdClassName
{
border-color: #EB2521;
}
.TagClassName
{
border-color: #EB2521;
}
</style>