Shades of Cinnabar #E32E25
Tints of Cinnabar #E32E25
RGB
CMYK
RGB Variations
Color information
#E32E25 (or 0xE32E25) is known color: Cinnabar. HEX triplet: E3, 2E and 25. RGB value is (227,46,37). Sum of RGB (Red+Green+Blue) = 227+46+37=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32E25 is #1CD1DA. Grayscale: #636363. Windows color (decimal): -1888731 or 2436835. OLE color: 2436835.
HSL color Cylindrical-coordinate representation of color #E32E25: hue angle of 2.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32E25 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 37 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.11 |
| HSL | 2.84º | 0.77% | 0.52% | - |
| HSV(B) | 2.84º | 0.84% | 0.89% | - |
| XYZ | 32.99 | 18.42 | 3.57 | - |
| YUV | 99.09 | 92.97 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 37 | 0 | 0.80 | 0.84 | 0.11 | 2.84 | 0.77 | 0.52 |
| Hex | E3 | 2E | 25 | 0 | 50 | 54 | B | 3 | 4D | 34 |
| Octal | 343 | 56 | 45 | 0 | 120 | 124 | 13 | 3 | 115 | 64 |
| Binary | 11100011 | 101110 | 100101 | 0 | 1010000 | 1010100 | 1011 | 11 | 1001101 | 110100 |
Color Harmonies of #E32E25
Complementary color
Monochromatic Colors of #E32E25
Black with #E32E25
Text Example
Text Example
White with #E32E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E25; }
p { color: rgb(227,46,37); }
H1.HeaderClassName
{
color: #E32E25;
}
.AnyTagClassName
{
color: #E32E25;
}
</style>
background-color css
<style>
a { background-color: #E32E25; }
a { background-color: rgb(227,46,37); }
div.DivClassName
{
background-color: #E32E25;
}
.BgClassName
{
background-color: #E32E25;
}
</style>
border-color css
<style>
span { border-color: #E32E25; }
span { border-color: rgb(227,46,37); }
td.TdClassName
{
border-color: #E32E25;
}
.TagClassName
{
border-color: #E32E25;
}
</style>