Shades of Cinnabar #E25135
Tints of Cinnabar #E25135
RGB
CMYK
RGB Variations
Color information
#E25135 (or 0xE25135) is known color: Cinnabar. HEX triplet: E2, 51 and 35. RGB value is (226,81,53). Sum of RGB (Red+Green+Blue) = 226+81+53=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E25135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25135 is #1DAECA. Grayscale: #797979. Windows color (decimal): -1945291 or 3494370. OLE color: 3494370.
HSL color Cylindrical-coordinate representation of color #E25135: hue angle of 9.71º 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 #E25135 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 53 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.11 |
| HSL | 9.71º | 0.75% | 0.55% | - |
| HSV(B) | 9.71º | 0.77% | 0.89% | - |
| XYZ | 34.95 | 22.31 | 5.83 | - |
| YUV | 121.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 53 | 0 | 0.64 | 0.77 | 0.11 | 9.71 | 0.75 | 0.55 |
| Hex | E2 | 51 | 35 | 0 | 40 | 4D | B | A | 4B | 37 |
| Octal | 342 | 121 | 65 | 0 | 100 | 115 | 13 | 12 | 113 | 67 |
| Binary | 11100010 | 1010001 | 110101 | 0 | 1000000 | 1001101 | 1011 | 1010 | 1001011 | 110111 |
Color Harmonies of #E25135
Complementary color
Monochromatic Colors of #E25135
Black with #E25135
Text Example
Text Example
White with #E25135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25135; }
p { color: rgb(226,81,53); }
H1.HeaderClassName
{
color: #E25135;
}
.AnyTagClassName
{
color: #E25135;
}
</style>
background-color css
<style>
a { background-color: #E25135; }
a { background-color: rgb(226,81,53); }
div.DivClassName
{
background-color: #E25135;
}
.BgClassName
{
background-color: #E25135;
}
</style>
border-color css
<style>
span { border-color: #E25135; }
span { border-color: rgb(226,81,53); }
td.TdClassName
{
border-color: #E25135;
}
.TagClassName
{
border-color: #E25135;
}
</style>