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