Shades of Red #E5130D
Tints of Red #E5130D
RGB
CMYK
RGB Variations
Color information
#E5130D (or 0xE5130D) is known color: Red. HEX triplet: E5, 13 and 0D. RGB value is (229,19,13). Sum of RGB (Red+Green+Blue) = 229+19+13=261 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.74% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 229 - color contains mainly: red. Hex color #E5130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5130D is #1AECF2. Grayscale: #515151. Windows color (decimal): -1764595 or 857061. OLE color: 857061.
HSL color Cylindrical-coordinate representation of color #E5130D: hue angle of 1.67º 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 #E5130D is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 13 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.10 |
| HSL | 1.67º | 0.89% | 0.47% | - |
| HSV(B) | 1.67º | 0.94% | 0.9% | - |
| XYZ | 32.62 | 17.15 | 1.97 | - |
| YUV | 81.11 | 89.57 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 13 | 0 | 0.92 | 0.94 | 0.10 | 1.67 | 0.89 | 0.47 |
| Hex | E5 | 13 | D | 0 | 5C | 5E | A | 2 | 59 | 2F |
| Octal | 345 | 23 | 15 | 0 | 134 | 136 | 12 | 2 | 131 | 57 |
| Binary | 11100101 | 10011 | 1101 | 0 | 1011100 | 1011110 | 1010 | 10 | 1011001 | 101111 |
Color Harmonies of #E5130D
Complementary color
Monochromatic Colors of #E5130D
Black with #E5130D
Text Example
Text Example
White with #E5130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5130D; }
p { color: rgb(229,19,13); }
H1.HeaderClassName
{
color: #E5130D;
}
.AnyTagClassName
{
color: #E5130D;
}
</style>
background-color css
<style>
a { background-color: #E5130D; }
a { background-color: rgb(229,19,13); }
div.DivClassName
{
background-color: #E5130D;
}
.BgClassName
{
background-color: #E5130D;
}
</style>
border-color css
<style>
span { border-color: #E5130D; }
span { border-color: rgb(229,19,13); }
td.TdClassName
{
border-color: #E5130D;
}
.TagClassName
{
border-color: #E5130D;
}
</style>