Shades of Cinnabar #E25535
Tints of Cinnabar #E25535
RGB
CMYK
RGB Variations
Color information
#E25535 (or 0xE25535) is known color: Cinnabar. HEX triplet: E2, 55 and 35. RGB value is (226,85,53). Sum of RGB (Red+Green+Blue) = 226+85+53=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E25535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25535 is #1DAACA. Grayscale: #7B7B7B. Windows color (decimal): -1944267 or 3495394. OLE color: 3495394.
HSL color Cylindrical-coordinate representation of color #E25535: hue angle of 11.1º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E25535 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 53 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.11 |
| HSL | 11.1º | 0.75% | 0.55% | - |
| HSV(B) | 11.1º | 0.77% | 0.89% | - |
| XYZ | 35.26 | 22.92 | 5.93 | - |
| YUV | 123.51 | 88.21 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 53 | 0 | 0.62 | 0.77 | 0.11 | 11.1 | 0.75 | 0.55 |
| Hex | E2 | 55 | 35 | 0 | 3E | 4D | B | B | 4B | 37 |
| Octal | 342 | 125 | 65 | 0 | 76 | 115 | 13 | 13 | 113 | 67 |
| Binary | 11100010 | 1010101 | 110101 | 0 | 111110 | 1001101 | 1011 | 1011 | 1001011 | 110111 |
Color Harmonies of #E25535
Complementary color
Monochromatic Colors of #E25535
Black with #E25535
Text Example
Text Example
White with #E25535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25535; }
p { color: rgb(226,85,53); }
H1.HeaderClassName
{
color: #E25535;
}
.AnyTagClassName
{
color: #E25535;
}
</style>
background-color css
<style>
a { background-color: #E25535; }
a { background-color: rgb(226,85,53); }
div.DivClassName
{
background-color: #E25535;
}
.BgClassName
{
background-color: #E25535;
}
</style>
border-color css
<style>
span { border-color: #E25535; }
span { border-color: rgb(226,85,53); }
td.TdClassName
{
border-color: #E25535;
}
.TagClassName
{
border-color: #E25535;
}
</style>