Shades of Venetian Red #E0050D
Tints of Venetian Red #E0050D
RGB
CMYK
RGB Variations
Color information
#E0050D (or 0xE0050D) is known color: Venetian Red. HEX triplet: E0, 05 and 0D. RGB value is (224,5,13). Sum of RGB (Red+Green+Blue) = 224+5+13=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E0050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0050D is #1FFAF2. Grayscale: #474747. Windows color (decimal): -2095859 or 853472. OLE color: 853472.
HSL color Cylindrical-coordinate representation of color #E0050D: hue angle of 357.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.12 |
| HSL | 357.81º | 0.96% | 0.45% | - |
| HSV(B) | 357.81º | 0.98% | 0.88% | - |
| XYZ | 30.87 | 15.98 | 1.84 | - |
| YUV | 71.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 13 | 0 | 0.98 | 0.94 | 0.12 | 357.81 | 0.96 | 0.45 |
| Hex | E0 | 5 | D | 0 | 62 | 5E | C | 166 | 60 | 2D |
| Octal | 340 | 5 | 15 | 0 | 142 | 136 | 14 | 546 | 140 | 55 |
| Binary | 11100000 | 101 | 1101 | 0 | 1100010 | 1011110 | 1100 | 101100110 | 1100000 | 101101 |
Color Harmonies of #E0050D
Complementary color
Monochromatic Colors of #E0050D
Black with #E0050D
Text Example
Text Example
White with #E0050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0050D; }
p { color: rgb(224,5,13); }
H1.HeaderClassName
{
color: #E0050D;
}
.AnyTagClassName
{
color: #E0050D;
}
</style>
background-color css
<style>
a { background-color: #E0050D; }
a { background-color: rgb(224,5,13); }
div.DivClassName
{
background-color: #E0050D;
}
.BgClassName
{
background-color: #E0050D;
}
</style>
border-color css
<style>
span { border-color: #E0050D; }
span { border-color: rgb(224,5,13); }
td.TdClassName
{
border-color: #E0050D;
}
.TagClassName
{
border-color: #E0050D;
}
</style>