Shades of Venetian Red #E0000D
Tints of Venetian Red #E0000D
RGB
CMYK
RGB Variations
Color information
#E0000D (or 0xE0000D) is known color: Venetian Red. HEX triplet: E0, 00 and 0D. RGB value is (224,0,13). Sum of RGB (Red+Green+Blue) = 224+0+13=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E0000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0000D is #1FFFF2. Grayscale: #444444. Windows color (decimal): -2097139 or 852192. OLE color: 852192.
HSL color Cylindrical-coordinate representation of color #E0000D: hue angle of 356.52º 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 #E0000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.12 |
| HSL | 356.52º | 1% | 0.44% | - |
| HSV(B) | 356.52º | 1% | 0.88% | - |
| XYZ | 30.81 | 15.88 | 1.82 | - |
| YUV | 68.46 | 96.71 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 13 | 0 | 1 | 0.94 | 0.12 | 356.52 | 1 | 0.44 |
| Hex | E0 | 0 | D | 0 | 64 | 5E | C | 165 | 64 | 2C |
| Octal | 340 | 0 | 15 | 0 | 144 | 136 | 14 | 545 | 144 | 54 |
| Binary | 11100000 | 0 | 1101 | 0 | 1100100 | 1011110 | 1100 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E0000D
Complementary color
Monochromatic Colors of #E0000D
Black with #E0000D
Text Example
Text Example
White with #E0000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0000D; }
p { color: rgb(224,0,13); }
H1.HeaderClassName
{
color: #E0000D;
}
.AnyTagClassName
{
color: #E0000D;
}
</style>
background-color css
<style>
a { background-color: #E0000D; }
a { background-color: rgb(224,0,13); }
div.DivClassName
{
background-color: #E0000D;
}
.BgClassName
{
background-color: #E0000D;
}
</style>
border-color css
<style>
span { border-color: #E0000D; }
span { border-color: rgb(224,0,13); }
td.TdClassName
{
border-color: #E0000D;
}
.TagClassName
{
border-color: #E0000D;
}
</style>