Shades of Venetian Red #E50A0D
Tints of Venetian Red #E50A0D
RGB
CMYK
RGB Variations
Color information
#E50A0D (or 0xE50A0D) is known color: Venetian Red. HEX triplet: E5, 0A and 0D. RGB value is (229,10,13). Sum of RGB (Red+Green+Blue) = 229+10+13=252 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.87% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50A0D is #1AF5F2. Grayscale: #4C4C4C. Windows color (decimal): -1766899 or 854757. OLE color: 854757.
HSL color Cylindrical-coordinate representation of color #E50A0D: hue angle of 359.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A0D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 10 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.10 |
| HSL | 359.18º | 0.92% | 0.47% | - |
| HSV(B) | 359.18º | 0.96% | 0.9% | - |
| XYZ | 32.49 | 16.9 | 1.93 | - |
| YUV | 75.82 | 92.55 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 10 | 13 | 0 | 0.96 | 0.94 | 0.10 | 359.18 | 0.92 | 0.47 |
| Hex | E5 | A | D | 0 | 60 | 5E | A | 167 | 5C | 2F |
| Octal | 345 | 12 | 15 | 0 | 140 | 136 | 12 | 547 | 134 | 57 |
| Binary | 11100101 | 1010 | 1101 | 0 | 1100000 | 1011110 | 1010 | 101100111 | 1011100 | 101111 |
Color Harmonies of #E50A0D
Complementary color
Monochromatic Colors of #E50A0D
Black with #E50A0D
Text Example
Text Example
White with #E50A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50A0D; }
p { color: rgb(229,10,13); }
H1.HeaderClassName
{
color: #E50A0D;
}
.AnyTagClassName
{
color: #E50A0D;
}
</style>
background-color css
<style>
a { background-color: #E50A0D; }
a { background-color: rgb(229,10,13); }
div.DivClassName
{
background-color: #E50A0D;
}
.BgClassName
{
background-color: #E50A0D;
}
</style>
border-color css
<style>
span { border-color: #E50A0D; }
span { border-color: rgb(229,10,13); }
td.TdClassName
{
border-color: #E50A0D;
}
.TagClassName
{
border-color: #E50A0D;
}
</style>