Shades of Venetian Red #E9000D
Tints of Venetian Red #E9000D
RGB
CMYK
RGB Variations
Color information
#E9000D (or 0xE9000D) is known color: Venetian Red. HEX triplet: E9, 00 and 0D. RGB value is (233,0,13). Sum of RGB (Red+Green+Blue) = 233+0+13=246 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.72% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 233 - color contains mainly: red. Hex color #E9000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9000D is #16FFF2. Grayscale: #474747. Windows color (decimal): -1507315 or 852201. OLE color: 852201.
HSL color Cylindrical-coordinate representation of color #E9000D: hue angle of 356.65º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.09 |
| HSL | 356.65º | 1% | 0.46% | - |
| HSV(B) | 356.65º | 1% | 0.91% | - |
| XYZ | 33.68 | 17.35 | 1.96 | - |
| YUV | 71.15 | 95.19 | 243.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 13 | 0 | 1 | 0.94 | 0.09 | 356.65 | 1 | 0.46 |
| Hex | E9 | 0 | D | 0 | 64 | 5E | 9 | 165 | 64 | 2E |
| Octal | 351 | 0 | 15 | 0 | 144 | 136 | 11 | 545 | 144 | 56 |
| Binary | 11101001 | 0 | 1101 | 0 | 1100100 | 1011110 | 1001 | 101100101 | 1100100 | 101110 |
Color Harmonies of #E9000D
Complementary color
Monochromatic Colors of #E9000D
Black with #E9000D
Text Example
Text Example
White with #E9000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9000D; }
p { color: rgb(233,0,13); }
H1.HeaderClassName
{
color: #E9000D;
}
.AnyTagClassName
{
color: #E9000D;
}
</style>
background-color css
<style>
a { background-color: #E9000D; }
a { background-color: rgb(233,0,13); }
div.DivClassName
{
background-color: #E9000D;
}
.BgClassName
{
background-color: #E9000D;
}
</style>
border-color css
<style>
span { border-color: #E9000D; }
span { border-color: rgb(233,0,13); }
td.TdClassName
{
border-color: #E9000D;
}
.TagClassName
{
border-color: #E9000D;
}
</style>