Shades of Red #E5130F
Tints of Red #E5130F
RGB
CMYK
RGB Variations
Color information
#E5130F (or 0xE5130F) is known color: Red. HEX triplet: E5, 13 and 0F. RGB value is (229,19,15). Sum of RGB (Red+Green+Blue) = 229+19+15=263 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.07% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 229 - color contains mainly: red. Hex color #E5130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5130F is #1AECF0. Grayscale: #515151. Windows color (decimal): -1764593 or 988133. OLE color: 988133.
HSL color Cylindrical-coordinate representation of color #E5130F: hue angle of 1.12º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5130F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 15 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.10 |
| HSL | 1.12º | 0.88% | 0.48% | - |
| HSV(B) | 1.12º | 0.93% | 0.9% | - |
| XYZ | 32.63 | 17.16 | 2.04 | - |
| YUV | 81.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 15 | 0 | 0.92 | 0.93 | 0.10 | 1.12 | 0.88 | 0.48 |
| Hex | E5 | 13 | F | 0 | 5C | 5D | A | 1 | 58 | 30 |
| Octal | 345 | 23 | 17 | 0 | 134 | 135 | 12 | 1 | 130 | 60 |
| Binary | 11100101 | 10011 | 1111 | 0 | 1011100 | 1011101 | 1010 | 1 | 1011000 | 110000 |
Color Harmonies of #E5130F
Complementary color
Monochromatic Colors of #E5130F
Black with #E5130F
Text Example
Text Example
White with #E5130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5130F; }
p { color: rgb(229,19,15); }
H1.HeaderClassName
{
color: #E5130F;
}
.AnyTagClassName
{
color: #E5130F;
}
</style>
background-color css
<style>
a { background-color: #E5130F; }
a { background-color: rgb(229,19,15); }
div.DivClassName
{
background-color: #E5130F;
}
.BgClassName
{
background-color: #E5130F;
}
</style>
border-color css
<style>
span { border-color: #E5130F; }
span { border-color: rgb(229,19,15); }
td.TdClassName
{
border-color: #E5130F;
}
.TagClassName
{
border-color: #E5130F;
}
</style>