Shades of Venetian Red #E20103
Tints of Venetian Red #E20103
RGB
CMYK
RGB Variations
Color information
#E20103 (or 0xE20103) is known color: Venetian Red. HEX triplet: E2, 01 and 03. RGB value is (226,1,3). Sum of RGB (Red+Green+Blue) = 226+1+3=230 (30% of max value = 765). Red value is 226 (88.67% from 255 or 98.26% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 226 - color contains mainly: red. Hex color #E20103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20103 is #1DFEFC. Grayscale: #444444. Windows color (decimal): -1965821 or 197090. OLE color: 197090.
HSL color Cylindrical-coordinate representation of color #E20103: hue angle of 359.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.11 |
| HSL | 359.47º | 0.99% | 0.45% | - |
| HSV(B) | 359.47º | 1% | 0.89% | - |
| XYZ | 31.39 | 16.2 | 1.56 | - |
| YUV | 68.5 | 91.04 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 3 | 0 | 1.00 | 0.99 | 0.11 | 359.47 | 0.99 | 0.45 |
| Hex | E2 | 1 | 3 | 0 | 64 | 63 | B | 167 | 63 | 2D |
| Octal | 342 | 1 | 3 | 0 | 144 | 143 | 13 | 547 | 143 | 55 |
| Binary | 11100010 | 1 | 11 | 0 | 1100100 | 1100011 | 1011 | 101100111 | 1100011 | 101101 |
Color Harmonies of #E20103
Complementary color
Monochromatic Colors of #E20103
Black with #E20103
Text Example
Text Example
White with #E20103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20103; }
p { color: rgb(226,1,3); }
H1.HeaderClassName
{
color: #E20103;
}
.AnyTagClassName
{
color: #E20103;
}
</style>
background-color css
<style>
a { background-color: #E20103; }
a { background-color: rgb(226,1,3); }
div.DivClassName
{
background-color: #E20103;
}
.BgClassName
{
background-color: #E20103;
}
</style>
border-color css
<style>
span { border-color: #E20103; }
span { border-color: rgb(226,1,3); }
td.TdClassName
{
border-color: #E20103;
}
.TagClassName
{
border-color: #E20103;
}
</style>