Shades of Venetian Red #E00004
Tints of Venetian Red #E00004
RGB
CMYK
RGB Variations
Color information
#E00004 (or 0xE00004) is known color: Venetian Red. HEX triplet: E0, 00 and 04. RGB value is (224,0,4). Sum of RGB (Red+Green+Blue) = 224+0+4=228 (30% of max value = 765). Red value is 224 (87.89% from 255 or 98.25% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 224 - color contains mainly: red. Hex color #E00004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00004 is #1FFFFB. Grayscale: #434343. Windows color (decimal): -2097148 or 262368. OLE color: 262368.
HSL color Cylindrical-coordinate representation of color #E00004: hue angle of 358.93º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.12 |
| HSL | 358.93º | 1% | 0.44% | - |
| HSV(B) | 358.93º | 1% | 0.88% | - |
| XYZ | 30.76 | 15.86 | 1.55 | - |
| YUV | 67.43 | 92.21 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 4 | 0 | 1 | 0.98 | 0.12 | 358.93 | 1 | 0.44 |
| Hex | E0 | 0 | 4 | 0 | 64 | 62 | C | 167 | 64 | 2C |
| Octal | 340 | 0 | 4 | 0 | 144 | 142 | 14 | 547 | 144 | 54 |
| Binary | 11100000 | 0 | 100 | 0 | 1100100 | 1100010 | 1100 | 101100111 | 1100100 | 101100 |
Color Harmonies of #E00004
Complementary color
Monochromatic Colors of #E00004
Black with #E00004
Text Example
Text Example
White with #E00004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00004; }
p { color: rgb(224,0,4); }
H1.HeaderClassName
{
color: #E00004;
}
.AnyTagClassName
{
color: #E00004;
}
</style>
background-color css
<style>
a { background-color: #E00004; }
a { background-color: rgb(224,0,4); }
div.DivClassName
{
background-color: #E00004;
}
.BgClassName
{
background-color: #E00004;
}
</style>
border-color css
<style>
span { border-color: #E00004; }
span { border-color: rgb(224,0,4); }
td.TdClassName
{
border-color: #E00004;
}
.TagClassName
{
border-color: #E00004;
}
</style>