Shades of Cinnabar #E72D2D
Tints of Cinnabar #E72D2D
RGB
CMYK
RGB Variations
Color information
#E72D2D (or 0xE72D2D) is known color: Cinnabar. HEX triplet: E7, 2D and 2D. RGB value is (231,45,45). Sum of RGB (Red+Green+Blue) = 231+45+45=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D2D is #18D2D2. Grayscale: #646464. Windows color (decimal): -1626835 or 2960871. OLE color: 2960871.
HSL color Cylindrical-coordinate representation of color #E72D2D: hue angle of 0º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72D2D is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 45 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.09 |
| HSL | 0º | 0.79% | 0.54% | - |
| HSV(B) | 0º | 0.81% | 0.91% | - |
| XYZ | 34.37 | 19.06 | 4.35 | - |
| YUV | 100.61 | 96.62 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 45 | 0 | 0.81 | 0.81 | 0.09 | 0 | 0.79 | 0.54 |
| Hex | E7 | 2D | 2D | 0 | 51 | 51 | 9 | 0 | 4F | 36 |
| Octal | 347 | 55 | 55 | 0 | 121 | 121 | 11 | 0 | 117 | 66 |
| Binary | 11100111 | 101101 | 101101 | 0 | 1010001 | 1010001 | 1001 | 0 | 1001111 | 110110 |
Color Harmonies of #E72D2D
Complementary color
Monochromatic Colors of #E72D2D
Black with #E72D2D
Text Example
Text Example
White with #E72D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D2D; }
p { color: rgb(231,45,45); }
H1.HeaderClassName
{
color: #E72D2D;
}
.AnyTagClassName
{
color: #E72D2D;
}
</style>
background-color css
<style>
a { background-color: #E72D2D; }
a { background-color: rgb(231,45,45); }
div.DivClassName
{
background-color: #E72D2D;
}
.BgClassName
{
background-color: #E72D2D;
}
</style>
border-color css
<style>
span { border-color: #E72D2D; }
span { border-color: rgb(231,45,45); }
td.TdClassName
{
border-color: #E72D2D;
}
.TagClassName
{
border-color: #E72D2D;
}
</style>