Shades of Venetian Red #E5001D
Tints of Venetian Red #E5001D
RGB
CMYK
RGB Variations
Color information
#E5001D (or 0xE5001D) is known color: Venetian Red. HEX triplet: E5, 00 and 1D. RGB value is (229,0,29). Sum of RGB (Red+Green+Blue) = 229+0+29=258 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.76% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 229 - color contains mainly: red. Hex color #E5001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5001D is #1AFFE2. Grayscale: #474747. Windows color (decimal): -1769443 or 1900773. OLE color: 1900773.
HSL color Cylindrical-coordinate representation of color #E5001D: hue angle of 352.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.10 |
| HSL | 352.4º | 1% | 0.45% | - |
| HSV(B) | 352.4º | 1% | 0.9% | - |
| XYZ | 32.53 | 16.75 | 2.68 | - |
| YUV | 71.78 | 103.87 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 29 | 0 | 1 | 0.87 | 0.10 | 352.4 | 1 | 0.45 |
| Hex | E5 | 0 | 1D | 0 | 64 | 57 | A | 160 | 64 | 2D |
| Octal | 345 | 0 | 35 | 0 | 144 | 127 | 12 | 540 | 144 | 55 |
| Binary | 11100101 | 0 | 11101 | 0 | 1100100 | 1010111 | 1010 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E5001D
Complementary color
Monochromatic Colors of #E5001D
Black with #E5001D
Text Example
Text Example
White with #E5001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5001D; }
p { color: rgb(229,0,29); }
H1.HeaderClassName
{
color: #E5001D;
}
.AnyTagClassName
{
color: #E5001D;
}
</style>
background-color css
<style>
a { background-color: #E5001D; }
a { background-color: rgb(229,0,29); }
div.DivClassName
{
background-color: #E5001D;
}
.BgClassName
{
background-color: #E5001D;
}
</style>
border-color css
<style>
span { border-color: #E5001D; }
span { border-color: rgb(229,0,29); }
td.TdClassName
{
border-color: #E5001D;
}
.TagClassName
{
border-color: #E5001D;
}
</style>