Shades of Venetian Red #E4000B
Tints of Venetian Red #E4000B
RGB
CMYK
RGB Variations
Color information
#E4000B (or 0xE4000B) is known color: Venetian Red. HEX triplet: E4, 00 and 0B. RGB value is (228,0,11). Sum of RGB (Red+Green+Blue) = 228+0+11=239 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95.40% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 228 - color contains mainly: red. Hex color #E4000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4000B is #1BFFF4. Grayscale: #454545. Windows color (decimal): -1834997 or 721124. OLE color: 721124.
HSL color Cylindrical-coordinate representation of color #E4000B: hue angle of 357.11º 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 #E4000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.11 |
| HSL | 357.11º | 1% | 0.45% | - |
| HSV(B) | 357.11º | 1% | 0.89% | - |
| XYZ | 32.06 | 16.52 | 1.82 | - |
| YUV | 69.43 | 95.04 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 11 | 0 | 1 | 0.95 | 0.11 | 357.11 | 1 | 0.45 |
| Hex | E4 | 0 | B | 0 | 64 | 5F | B | 165 | 64 | 2D |
| Octal | 344 | 0 | 13 | 0 | 144 | 137 | 13 | 545 | 144 | 55 |
| Binary | 11100100 | 0 | 1011 | 0 | 1100100 | 1011111 | 1011 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E4000B
Complementary color
Monochromatic Colors of #E4000B
Black with #E4000B
Text Example
Text Example
White with #E4000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4000B; }
p { color: rgb(228,0,11); }
H1.HeaderClassName
{
color: #E4000B;
}
.AnyTagClassName
{
color: #E4000B;
}
</style>
background-color css
<style>
a { background-color: #E4000B; }
a { background-color: rgb(228,0,11); }
div.DivClassName
{
background-color: #E4000B;
}
.BgClassName
{
background-color: #E4000B;
}
</style>
border-color css
<style>
span { border-color: #E4000B; }
span { border-color: rgb(228,0,11); }
td.TdClassName
{
border-color: #E4000B;
}
.TagClassName
{
border-color: #E4000B;
}
</style>