Shades of Cinnabar #E72A25
Tints of Cinnabar #E72A25
RGB
CMYK
RGB Variations
Color information
#E72A25 (or 0xE72A25) is known color: Cinnabar. HEX triplet: E7, 2A and 25. RGB value is (231,42,37). Sum of RGB (Red+Green+Blue) = 231+42+37=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A25 is #18D5DA. Grayscale: #626262. Windows color (decimal): -1627611 or 2435815. OLE color: 2435815.
HSL color Cylindrical-coordinate representation of color #E72A25: hue angle of 1.55º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E72A25 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 37 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.09 |
| HSL | 1.55º | 0.8% | 0.53% | - |
| HSV(B) | 1.55º | 0.84% | 0.91% | - |
| XYZ | 34.12 | 18.78 | 3.58 | - |
| YUV | 97.94 | 93.62 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 37 | 0 | 0.82 | 0.84 | 0.09 | 1.55 | 0.8 | 0.53 |
| Hex | E7 | 2A | 25 | 0 | 52 | 54 | 9 | 2 | 50 | 35 |
| Octal | 347 | 52 | 45 | 0 | 122 | 124 | 11 | 2 | 120 | 65 |
| Binary | 11100111 | 101010 | 100101 | 0 | 1010010 | 1010100 | 1001 | 10 | 1010000 | 110101 |
Color Harmonies of #E72A25
Complementary color
Monochromatic Colors of #E72A25
Black with #E72A25
Text Example
Text Example
White with #E72A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A25; }
p { color: rgb(231,42,37); }
H1.HeaderClassName
{
color: #E72A25;
}
.AnyTagClassName
{
color: #E72A25;
}
</style>
background-color css
<style>
a { background-color: #E72A25; }
a { background-color: rgb(231,42,37); }
div.DivClassName
{
background-color: #E72A25;
}
.BgClassName
{
background-color: #E72A25;
}
</style>
border-color css
<style>
span { border-color: #E72A25; }
span { border-color: rgb(231,42,37); }
td.TdClassName
{
border-color: #E72A25;
}
.TagClassName
{
border-color: #E72A25;
}
</style>