Shades of Cinnabar #E72D28
Tints of Cinnabar #E72D28
RGB
CMYK
RGB Variations
Color information
#E72D28 (or 0xE72D28) is known color: Cinnabar. HEX triplet: E7, 2D and 28. RGB value is (231,45,40). Sum of RGB (Red+Green+Blue) = 231+45+40=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D28 is #18D2D7. Grayscale: #646464. Windows color (decimal): -1626840 or 2633191. OLE color: 2633191.
HSL color Cylindrical-coordinate representation of color #E72D28: hue angle of 1.57º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72D28 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 40 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.09 |
| HSL | 1.57º | 0.8% | 0.53% | - |
| HSV(B) | 1.57º | 0.83% | 0.91% | - |
| XYZ | 34.28 | 19.02 | 3.87 | - |
| YUV | 100.04 | 94.12 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 40 | 0 | 0.81 | 0.83 | 0.09 | 1.57 | 0.8 | 0.53 |
| Hex | E7 | 2D | 28 | 0 | 51 | 53 | 9 | 2 | 50 | 35 |
| Octal | 347 | 55 | 50 | 0 | 121 | 123 | 11 | 2 | 120 | 65 |
| Binary | 11100111 | 101101 | 101000 | 0 | 1010001 | 1010011 | 1001 | 10 | 1010000 | 110101 |
Color Harmonies of #E72D28
Complementary color
Monochromatic Colors of #E72D28
Black with #E72D28
Text Example
Text Example
White with #E72D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D28; }
p { color: rgb(231,45,40); }
H1.HeaderClassName
{
color: #E72D28;
}
.AnyTagClassName
{
color: #E72D28;
}
</style>
background-color css
<style>
a { background-color: #E72D28; }
a { background-color: rgb(231,45,40); }
div.DivClassName
{
background-color: #E72D28;
}
.BgClassName
{
background-color: #E72D28;
}
</style>
border-color css
<style>
span { border-color: #E72D28; }
span { border-color: rgb(231,45,40); }
td.TdClassName
{
border-color: #E72D28;
}
.TagClassName
{
border-color: #E72D28;
}
</style>