Shades of Venetian Red #E5050D
Tints of Venetian Red #E5050D
RGB
CMYK
RGB Variations
Color information
#E5050D (or 0xE5050D) is known color: Venetian Red. HEX triplet: E5, 05 and 0D. RGB value is (229,5,13). Sum of RGB (Red+Green+Blue) = 229+5+13=247 (32% of max value = 765). Red value is 229 (89.84% from 255 or 92.71% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 229 - color contains mainly: red. Hex color #E5050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5050D is #1AFAF2. Grayscale: #494949. Windows color (decimal): -1768179 or 853477. OLE color: 853477.
HSL color Cylindrical-coordinate representation of color #E5050D: hue angle of 357.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.10 |
| HSL | 357.86º | 0.96% | 0.46% | - |
| HSV(B) | 357.86º | 0.98% | 0.9% | - |
| XYZ | 32.44 | 16.8 | 1.91 | - |
| YUV | 72.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 13 | 0 | 0.98 | 0.94 | 0.10 | 357.86 | 0.96 | 0.46 |
| Hex | E5 | 5 | D | 0 | 62 | 5E | A | 166 | 60 | 2E |
| Octal | 345 | 5 | 15 | 0 | 142 | 136 | 12 | 546 | 140 | 56 |
| Binary | 11100101 | 101 | 1101 | 0 | 1100010 | 1011110 | 1010 | 101100110 | 1100000 | 101110 |
Color Harmonies of #E5050D
Complementary color
Monochromatic Colors of #E5050D
Black with #E5050D
Text Example
Text Example
White with #E5050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5050D; }
p { color: rgb(229,5,13); }
H1.HeaderClassName
{
color: #E5050D;
}
.AnyTagClassName
{
color: #E5050D;
}
</style>
background-color css
<style>
a { background-color: #E5050D; }
a { background-color: rgb(229,5,13); }
div.DivClassName
{
background-color: #E5050D;
}
.BgClassName
{
background-color: #E5050D;
}
</style>
border-color css
<style>
span { border-color: #E5050D; }
span { border-color: rgb(229,5,13); }
td.TdClassName
{
border-color: #E5050D;
}
.TagClassName
{
border-color: #E5050D;
}
</style>