Shades of Cinnabar #E13535
Tints of Cinnabar #E13535
RGB
CMYK
RGB Variations
Color information
#E13535 (or 0xE13535) is known color: Cinnabar. HEX triplet: E1, 35 and 35. RGB value is (225,53,53). Sum of RGB (Red+Green+Blue) = 225+53+53=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E13535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13535 is #1ECACA. Grayscale: #686868. Windows color (decimal): -2017995 or 3487201. OLE color: 3487201.
HSL color Cylindrical-coordinate representation of color #E13535: hue angle of 0º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E13535 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 53 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.12 |
| HSL | 0º | 0.74% | 0.55% | - |
| HSV(B) | 0º | 0.76% | 0.88% | - |
| XYZ | 32.97 | 18.81 | 5.26 | - |
| YUV | 104.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 53 | 0 | 0.76 | 0.76 | 0.12 | 0 | 0.74 | 0.55 |
| Hex | E1 | 35 | 35 | 0 | 4C | 4C | C | 0 | 4A | 37 |
| Octal | 341 | 65 | 65 | 0 | 114 | 114 | 14 | 0 | 112 | 67 |
| Binary | 11100001 | 110101 | 110101 | 0 | 1001100 | 1001100 | 1100 | 0 | 1001010 | 110111 |
Color Harmonies of #E13535
Complementary color
Monochromatic Colors of #E13535
Black with #E13535
Text Example
Text Example
White with #E13535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13535; }
p { color: rgb(225,53,53); }
H1.HeaderClassName
{
color: #E13535;
}
.AnyTagClassName
{
color: #E13535;
}
</style>
background-color css
<style>
a { background-color: #E13535; }
a { background-color: rgb(225,53,53); }
div.DivClassName
{
background-color: #E13535;
}
.BgClassName
{
background-color: #E13535;
}
</style>
border-color css
<style>
span { border-color: #E13535; }
span { border-color: rgb(225,53,53); }
td.TdClassName
{
border-color: #E13535;
}
.TagClassName
{
border-color: #E13535;
}
</style>