Shades of Cinnabar #E72A26
Tints of Cinnabar #E72A26
RGB
CMYK
RGB Variations
Color information
#E72A26 (or 0xE72A26) is known color: Cinnabar. HEX triplet: E7, 2A and 26. RGB value is (231,42,38). Sum of RGB (Red+Green+Blue) = 231+42+38=311 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.28% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A26 is #18D5D9. Grayscale: #626262. Windows color (decimal): -1627610 or 2501351. OLE color: 2501351.
HSL color Cylindrical-coordinate representation of color #E72A26: hue angle of 1.24º 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 #E72A26 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 38 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.09 |
| HSL | 1.24º | 0.8% | 0.53% | - |
| HSV(B) | 1.24º | 0.84% | 0.91% | - |
| XYZ | 34.13 | 18.78 | 3.66 | - |
| YUV | 98.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 38 | 0 | 0.82 | 0.84 | 0.09 | 1.24 | 0.8 | 0.53 |
| Hex | E7 | 2A | 26 | 0 | 52 | 54 | 9 | 1 | 50 | 35 |
| Octal | 347 | 52 | 46 | 0 | 122 | 124 | 11 | 1 | 120 | 65 |
| Binary | 11100111 | 101010 | 100110 | 0 | 1010010 | 1010100 | 1001 | 1 | 1010000 | 110101 |
Color Harmonies of #E72A26
Complementary color
Monochromatic Colors of #E72A26
Black with #E72A26
Text Example
Text Example
White with #E72A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A26; }
p { color: rgb(231,42,38); }
H1.HeaderClassName
{
color: #E72A26;
}
.AnyTagClassName
{
color: #E72A26;
}
</style>
background-color css
<style>
a { background-color: #E72A26; }
a { background-color: rgb(231,42,38); }
div.DivClassName
{
background-color: #E72A26;
}
.BgClassName
{
background-color: #E72A26;
}
</style>
border-color css
<style>
span { border-color: #E72A26; }
span { border-color: rgb(231,42,38); }
td.TdClassName
{
border-color: #E72A26;
}
.TagClassName
{
border-color: #E72A26;
}
</style>