Shades of Cinnabar #E72A2A
Tints of Cinnabar #E72A2A
RGB
CMYK
RGB Variations
Color information
#E72A2A (or 0xE72A2A) is known color: Cinnabar. HEX triplet: E7, 2A and 2A. RGB value is (231,42,42). Sum of RGB (Red+Green+Blue) = 231+42+42=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A2A is #18D5D5. Grayscale: #626262. Windows color (decimal): -1627606 or 2763495. OLE color: 2763495.
HSL color Cylindrical-coordinate representation of color #E72A2A: hue angle of 0º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72A2A is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 42 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.09 |
| HSL | 0º | 0.8% | 0.54% | - |
| HSV(B) | 0º | 0.82% | 0.91% | - |
| XYZ | 34.2 | 18.81 | 4.02 | - |
| YUV | 98.51 | 96.12 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 42 | 0 | 0.82 | 0.82 | 0.09 | 0 | 0.8 | 0.54 |
| Hex | E7 | 2A | 2A | 0 | 52 | 52 | 9 | 0 | 50 | 36 |
| Octal | 347 | 52 | 52 | 0 | 122 | 122 | 11 | 0 | 120 | 66 |
| Binary | 11100111 | 101010 | 101010 | 0 | 1010010 | 1010010 | 1001 | 0 | 1010000 | 110110 |
Color Harmonies of #E72A2A
Complementary color
Monochromatic Colors of #E72A2A
Black with #E72A2A
Text Example
Text Example
White with #E72A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A2A; }
p { color: rgb(231,42,42); }
H1.HeaderClassName
{
color: #E72A2A;
}
.AnyTagClassName
{
color: #E72A2A;
}
</style>
background-color css
<style>
a { background-color: #E72A2A; }
a { background-color: rgb(231,42,42); }
div.DivClassName
{
background-color: #E72A2A;
}
.BgClassName
{
background-color: #E72A2A;
}
</style>
border-color css
<style>
span { border-color: #E72A2A; }
span { border-color: rgb(231,42,42); }
td.TdClassName
{
border-color: #E72A2A;
}
.TagClassName
{
border-color: #E72A2A;
}
</style>