Shades of Venetian Red #E00103
Tints of Venetian Red #E00103
RGB
CMYK
RGB Variations
Color information
#E00103 (or 0xE00103) is known color: Venetian Red. HEX triplet: E0, 01 and 03. RGB value is (224,1,3). Sum of RGB (Red+Green+Blue) = 224+1+3=228 (30% of max value = 765). Red value is 224 (87.89% from 255 or 98.25% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 224 - color contains mainly: red. Hex color #E00103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00103 is #1FFEFC. Grayscale: #444444. Windows color (decimal): -2096893 or 197088. OLE color: 197088.
HSL color Cylindrical-coordinate representation of color #E00103: hue angle of 359.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.12 |
| HSL | 359.46º | 0.99% | 0.44% | - |
| HSV(B) | 359.46º | 1% | 0.88% | - |
| XYZ | 30.77 | 15.88 | 1.53 | - |
| YUV | 67.91 | 91.38 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 3 | 0 | 1.00 | 0.99 | 0.12 | 359.46 | 0.99 | 0.44 |
| Hex | E0 | 1 | 3 | 0 | 64 | 63 | C | 167 | 63 | 2C |
| Octal | 340 | 1 | 3 | 0 | 144 | 143 | 14 | 547 | 143 | 54 |
| Binary | 11100000 | 1 | 11 | 0 | 1100100 | 1100011 | 1100 | 101100111 | 1100011 | 101100 |
Color Harmonies of #E00103
Complementary color
Monochromatic Colors of #E00103
Black with #E00103
Text Example
Text Example
White with #E00103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00103; }
p { color: rgb(224,1,3); }
H1.HeaderClassName
{
color: #E00103;
}
.AnyTagClassName
{
color: #E00103;
}
</style>
background-color css
<style>
a { background-color: #E00103; }
a { background-color: rgb(224,1,3); }
div.DivClassName
{
background-color: #E00103;
}
.BgClassName
{
background-color: #E00103;
}
</style>
border-color css
<style>
span { border-color: #E00103; }
span { border-color: rgb(224,1,3); }
td.TdClassName
{
border-color: #E00103;
}
.TagClassName
{
border-color: #E00103;
}
</style>