Shades of Venetian Red #E4000D
Tints of Venetian Red #E4000D
RGB
CMYK
RGB Variations
Color information
#E4000D (or 0xE4000D) is known color: Venetian Red. HEX triplet: E4, 00 and 0D. RGB value is (228,0,13). Sum of RGB (Red+Green+Blue) = 228+0+13=241 (31% of max value = 765). Red value is 228 (89.45% from 255 or 94.61% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 228 - color contains mainly: red. Hex color #E4000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4000D is #1BFFF2. Grayscale: #454545. Windows color (decimal): -1834995 or 852196. OLE color: 852196.
HSL color Cylindrical-coordinate representation of color #E4000D: hue angle of 356.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.11 |
| HSL | 356.58º | 1% | 0.45% | - |
| HSV(B) | 356.58º | 1% | 0.89% | - |
| XYZ | 32.07 | 16.52 | 1.88 | - |
| YUV | 69.65 | 96.04 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 13 | 0 | 1 | 0.94 | 0.11 | 356.58 | 1 | 0.45 |
| Hex | E4 | 0 | D | 0 | 64 | 5E | B | 165 | 64 | 2D |
| Octal | 344 | 0 | 15 | 0 | 144 | 136 | 13 | 545 | 144 | 55 |
| Binary | 11100100 | 0 | 1101 | 0 | 1100100 | 1011110 | 1011 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E4000D
Complementary color
Monochromatic Colors of #E4000D
Black with #E4000D
Text Example
Text Example
White with #E4000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4000D; }
p { color: rgb(228,0,13); }
H1.HeaderClassName
{
color: #E4000D;
}
.AnyTagClassName
{
color: #E4000D;
}
</style>
background-color css
<style>
a { background-color: #E4000D; }
a { background-color: rgb(228,0,13); }
div.DivClassName
{
background-color: #E4000D;
}
.BgClassName
{
background-color: #E4000D;
}
</style>
border-color css
<style>
span { border-color: #E4000D; }
span { border-color: rgb(228,0,13); }
td.TdClassName
{
border-color: #E4000D;
}
.TagClassName
{
border-color: #E4000D;
}
</style>