Shades of Red #E5120D
Tints of Red #E5120D
RGB
CMYK
RGB Variations
Color information
#E5120D (or 0xE5120D) is known color: Red. HEX triplet: E5, 12 and 0D. RGB value is (229,18,13). Sum of RGB (Red+Green+Blue) = 229+18+13=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5120D is #1AEDF2. Grayscale: #505050. Windows color (decimal): -1764851 or 856805. OLE color: 856805.
HSL color Cylindrical-coordinate representation of color #E5120D: hue angle of 1.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5120D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.10 |
| HSL | 1.39º | 0.89% | 0.47% | - |
| HSV(B) | 1.39º | 0.94% | 0.9% | - |
| XYZ | 32.6 | 17.12 | 1.97 | - |
| YUV | 80.52 | 89.9 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 13 | 0 | 0.92 | 0.94 | 0.10 | 1.39 | 0.89 | 0.47 |
| Hex | E5 | 12 | D | 0 | 5C | 5E | A | 1 | 59 | 2F |
| Octal | 345 | 22 | 15 | 0 | 134 | 136 | 12 | 1 | 131 | 57 |
| Binary | 11100101 | 10010 | 1101 | 0 | 1011100 | 1011110 | 1010 | 1 | 1011001 | 101111 |
Color Harmonies of #E5120D
Complementary color
Monochromatic Colors of #E5120D
Black with #E5120D
Text Example
Text Example
White with #E5120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5120D; }
p { color: rgb(229,18,13); }
H1.HeaderClassName
{
color: #E5120D;
}
.AnyTagClassName
{
color: #E5120D;
}
</style>
background-color css
<style>
a { background-color: #E5120D; }
a { background-color: rgb(229,18,13); }
div.DivClassName
{
background-color: #E5120D;
}
.BgClassName
{
background-color: #E5120D;
}
</style>
border-color css
<style>
span { border-color: #E5120D; }
span { border-color: rgb(229,18,13); }
td.TdClassName
{
border-color: #E5120D;
}
.TagClassName
{
border-color: #E5120D;
}
</style>