Shades of Venetian Red #E1000D
Tints of Venetian Red #E1000D
RGB
CMYK
RGB Variations
Color information
#E1000D (or 0xE1000D) is known color: Venetian Red. HEX triplet: E1, 00 and 0D. RGB value is (225,0,13). Sum of RGB (Red+Green+Blue) = 225+0+13=238 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.54% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 225 - color contains mainly: red. Hex color #E1000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1000D is #1EFFF2. Grayscale: #444444. Windows color (decimal): -2031603 or 852193. OLE color: 852193.
HSL color Cylindrical-coordinate representation of color #E1000D: hue angle of 356.53º 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 #E1000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.12 |
| HSL | 356.53º | 1% | 0.44% | - |
| HSV(B) | 356.53º | 1% | 0.88% | - |
| XYZ | 31.12 | 16.04 | 1.84 | - |
| YUV | 68.76 | 96.54 | 239.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 13 | 0 | 1 | 0.94 | 0.12 | 356.53 | 1 | 0.44 |
| Hex | E1 | 0 | D | 0 | 64 | 5E | C | 165 | 64 | 2C |
| Octal | 341 | 0 | 15 | 0 | 144 | 136 | 14 | 545 | 144 | 54 |
| Binary | 11100001 | 0 | 1101 | 0 | 1100100 | 1011110 | 1100 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E1000D
Complementary color
Monochromatic Colors of #E1000D
Black with #E1000D
Text Example
Text Example
White with #E1000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1000D; }
p { color: rgb(225,0,13); }
H1.HeaderClassName
{
color: #E1000D;
}
.AnyTagClassName
{
color: #E1000D;
}
</style>
background-color css
<style>
a { background-color: #E1000D; }
a { background-color: rgb(225,0,13); }
div.DivClassName
{
background-color: #E1000D;
}
.BgClassName
{
background-color: #E1000D;
}
</style>
border-color css
<style>
span { border-color: #E1000D; }
span { border-color: rgb(225,0,13); }
td.TdClassName
{
border-color: #E1000D;
}
.TagClassName
{
border-color: #E1000D;
}
</style>