Shades of Venetian Red #E40002
Tints of Venetian Red #E40002
RGB
CMYK
RGB Variations
Color information
#E40002 (or 0xE40002) is known color: Venetian Red. HEX triplet: E4, 00 and 02. RGB value is (228,0,2). Sum of RGB (Red+Green+Blue) = 228+0+2=230 (30% of max value = 765). Red value is 228 (89.45% from 255 or 99.13% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 228 - color contains mainly: red. Hex color #E40002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40002 is #1BFFFD. Grayscale: #444444. Windows color (decimal): -1835006 or 131300. OLE color: 131300.
HSL color Cylindrical-coordinate representation of color #E40002: hue angle of 359.47º 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 #E40002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.11 |
| HSL | 359.47º | 1% | 0.45% | - |
| HSV(B) | 359.47º | 1% | 0.89% | - |
| XYZ | 32.01 | 16.5 | 1.56 | - |
| YUV | 68.4 | 90.54 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 2 | 0 | 1 | 0.99 | 0.11 | 359.47 | 1 | 0.45 |
| Hex | E4 | 0 | 2 | 0 | 64 | 63 | B | 167 | 64 | 2D |
| Octal | 344 | 0 | 2 | 0 | 144 | 143 | 13 | 547 | 144 | 55 |
| Binary | 11100100 | 0 | 10 | 0 | 1100100 | 1100011 | 1011 | 101100111 | 1100100 | 101101 |
Color Harmonies of #E40002
Complementary color
Monochromatic Colors of #E40002
Black with #E40002
Text Example
Text Example
White with #E40002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40002; }
p { color: rgb(228,0,2); }
H1.HeaderClassName
{
color: #E40002;
}
.AnyTagClassName
{
color: #E40002;
}
</style>
background-color css
<style>
a { background-color: #E40002; }
a { background-color: rgb(228,0,2); }
div.DivClassName
{
background-color: #E40002;
}
.BgClassName
{
background-color: #E40002;
}
</style>
border-color css
<style>
span { border-color: #E40002; }
span { border-color: rgb(228,0,2); }
td.TdClassName
{
border-color: #E40002;
}
.TagClassName
{
border-color: #E40002;
}
</style>