Shades of Venetian Red #E0001D
Tints of Venetian Red #E0001D
RGB
CMYK
RGB Variations
Color information
#E0001D (or 0xE0001D) is known color: Venetian Red. HEX triplet: E0, 00 and 1D. RGB value is (224,0,29). Sum of RGB (Red+Green+Blue) = 224+0+29=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E0001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0001D is #1FFFE2. Grayscale: #464646. Windows color (decimal): -2097123 or 1900768. OLE color: 1900768.
HSL color Cylindrical-coordinate representation of color #E0001D: hue angle of 352.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.12 |
| HSL | 352.23º | 1% | 0.44% | - |
| HSV(B) | 352.23º | 1% | 0.88% | - |
| XYZ | 30.96 | 15.94 | 2.61 | - |
| YUV | 70.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 29 | 0 | 1 | 0.87 | 0.12 | 352.23 | 1 | 0.44 |
| Hex | E0 | 0 | 1D | 0 | 64 | 57 | C | 160 | 64 | 2C |
| Octal | 340 | 0 | 35 | 0 | 144 | 127 | 14 | 540 | 144 | 54 |
| Binary | 11100000 | 0 | 11101 | 0 | 1100100 | 1010111 | 1100 | 101100000 | 1100100 | 101100 |
Color Harmonies of #E0001D
Complementary color
Monochromatic Colors of #E0001D
Black with #E0001D
Text Example
Text Example
White with #E0001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0001D; }
p { color: rgb(224,0,29); }
H1.HeaderClassName
{
color: #E0001D;
}
.AnyTagClassName
{
color: #E0001D;
}
</style>
background-color css
<style>
a { background-color: #E0001D; }
a { background-color: rgb(224,0,29); }
div.DivClassName
{
background-color: #E0001D;
}
.BgClassName
{
background-color: #E0001D;
}
</style>
border-color css
<style>
span { border-color: #E0001D; }
span { border-color: rgb(224,0,29); }
td.TdClassName
{
border-color: #E0001D;
}
.TagClassName
{
border-color: #E0001D;
}
</style>