Shades of Venetian Red #E5000D
Tints of Venetian Red #E5000D
RGB
CMYK
RGB Variations
Color information
#E5000D (or 0xE5000D) is known color: Venetian Red. HEX triplet: E5, 00 and 0D. RGB value is (229,0,13). Sum of RGB (Red+Green+Blue) = 229+0+13=242 (32% of max value = 765). Red value is 229 (89.84% from 255 or 94.63% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 229 - color contains mainly: red. Hex color #E5000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5000D is #1AFFF2. Grayscale: #464646. Windows color (decimal): -1769459 or 852197. OLE color: 852197.
HSL color Cylindrical-coordinate representation of color #E5000D: hue angle of 356.59º 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 #E5000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.10 |
| HSL | 356.59º | 1% | 0.45% | - |
| HSV(B) | 356.59º | 1% | 0.9% | - |
| XYZ | 32.39 | 16.69 | 1.89 | - |
| YUV | 69.95 | 95.87 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 13 | 0 | 1 | 0.94 | 0.10 | 356.59 | 1 | 0.45 |
| Hex | E5 | 0 | D | 0 | 64 | 5E | A | 165 | 64 | 2D |
| Octal | 345 | 0 | 15 | 0 | 144 | 136 | 12 | 545 | 144 | 55 |
| Binary | 11100101 | 0 | 1101 | 0 | 1100100 | 1011110 | 1010 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E5000D
Complementary color
Monochromatic Colors of #E5000D
Black with #E5000D
Text Example
Text Example
White with #E5000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5000D; }
p { color: rgb(229,0,13); }
H1.HeaderClassName
{
color: #E5000D;
}
.AnyTagClassName
{
color: #E5000D;
}
</style>
background-color css
<style>
a { background-color: #E5000D; }
a { background-color: rgb(229,0,13); }
div.DivClassName
{
background-color: #E5000D;
}
.BgClassName
{
background-color: #E5000D;
}
</style>
border-color css
<style>
span { border-color: #E5000D; }
span { border-color: rgb(229,0,13); }
td.TdClassName
{
border-color: #E5000D;
}
.TagClassName
{
border-color: #E5000D;
}
</style>