Shades of Venetian Red #E00002
Tints of Venetian Red #E00002
RGB
CMYK
RGB Variations
Color information
#E00002 (or 0xE00002) is known color: Venetian Red. HEX triplet: E0, 00 and 02. RGB value is (224,0,2). Sum of RGB (Red+Green+Blue) = 224+0+2=226 (29% of max value = 765). Red value is 224 (87.89% from 255 or 99.12% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 224 - color contains mainly: red. Hex color #E00002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00002 is #1FFFFD. Grayscale: #434343. Windows color (decimal): -2097150 or 131296. OLE color: 131296.
HSL color Cylindrical-coordinate representation of color #E00002: hue angle of 359.46º 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 #E00002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.12 |
| HSL | 359.46º | 1% | 0.44% | - |
| HSV(B) | 359.46º | 1% | 0.88% | - |
| XYZ | 30.75 | 15.85 | 1.5 | - |
| YUV | 67.2 | 91.21 | 239.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 2 | 0 | 1 | 0.99 | 0.12 | 359.46 | 1 | 0.44 |
| Hex | E0 | 0 | 2 | 0 | 64 | 63 | C | 167 | 64 | 2C |
| Octal | 340 | 0 | 2 | 0 | 144 | 143 | 14 | 547 | 144 | 54 |
| Binary | 11100000 | 0 | 10 | 0 | 1100100 | 1100011 | 1100 | 101100111 | 1100100 | 101100 |
Color Harmonies of #E00002
Complementary color
Monochromatic Colors of #E00002
Black with #E00002
Text Example
Text Example
White with #E00002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00002; }
p { color: rgb(224,0,2); }
H1.HeaderClassName
{
color: #E00002;
}
.AnyTagClassName
{
color: #E00002;
}
</style>
background-color css
<style>
a { background-color: #E00002; }
a { background-color: rgb(224,0,2); }
div.DivClassName
{
background-color: #E00002;
}
.BgClassName
{
background-color: #E00002;
}
</style>
border-color css
<style>
span { border-color: #E00002; }
span { border-color: rgb(224,0,2); }
td.TdClassName
{
border-color: #E00002;
}
.TagClassName
{
border-color: #E00002;
}
</style>