Shades of Venetian Red #E40004
Tints of Venetian Red #E40004
RGB
CMYK
RGB Variations
Color information
#E40004 (or 0xE40004) is known color: Venetian Red. HEX triplet: E4, 00 and 04. RGB value is (228,0,4). Sum of RGB (Red+Green+Blue) = 228+0+4=232 (30% of max value = 765). Red value is 228 (89.45% from 255 or 98.28% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 228 - color contains mainly: red. Hex color #E40004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40004 is #1BFFFB. Grayscale: #444444. Windows color (decimal): -1835004 or 262372. OLE color: 262372.
HSL color Cylindrical-coordinate representation of color #E40004: hue angle of 358.95º 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 #E40004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.11 |
| HSL | 358.95º | 1% | 0.45% | - |
| HSV(B) | 358.95º | 1% | 0.89% | - |
| XYZ | 32.02 | 16.5 | 1.61 | - |
| YUV | 68.63 | 91.54 | 241.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 4 | 0 | 1 | 0.98 | 0.11 | 358.95 | 1 | 0.45 |
| Hex | E4 | 0 | 4 | 0 | 64 | 62 | B | 167 | 64 | 2D |
| Octal | 344 | 0 | 4 | 0 | 144 | 142 | 13 | 547 | 144 | 55 |
| Binary | 11100100 | 0 | 100 | 0 | 1100100 | 1100010 | 1011 | 101100111 | 1100100 | 101101 |
Color Harmonies of #E40004
Complementary color
Monochromatic Colors of #E40004
Black with #E40004
Text Example
Text Example
White with #E40004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40004; }
p { color: rgb(228,0,4); }
H1.HeaderClassName
{
color: #E40004;
}
.AnyTagClassName
{
color: #E40004;
}
</style>
background-color css
<style>
a { background-color: #E40004; }
a { background-color: rgb(228,0,4); }
div.DivClassName
{
background-color: #E40004;
}
.BgClassName
{
background-color: #E40004;
}
</style>
border-color css
<style>
span { border-color: #E40004; }
span { border-color: rgb(228,0,4); }
td.TdClassName
{
border-color: #E40004;
}
.TagClassName
{
border-color: #E40004;
}
</style>