Shades of Venetian Red #E1000C
Tints of Venetian Red #E1000C
RGB
CMYK
RGB Variations
Color information
#E1000C (or 0xE1000C) is known color: Venetian Red. HEX triplet: E1, 00 and 0C. RGB value is (225,0,12). Sum of RGB (Red+Green+Blue) = 225+0+12=237 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.94% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 225 - color contains mainly: red. Hex color #E1000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1000C is #1EFFF3. Grayscale: #444444. Windows color (decimal): -2031604 or 786657. OLE color: 786657.
HSL color Cylindrical-coordinate representation of color #E1000C: hue angle of 356.8º 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 #E1000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.12 |
| HSL | 356.8º | 1% | 0.44% | - |
| HSV(B) | 356.8º | 1% | 0.88% | - |
| XYZ | 31.12 | 16.03 | 1.8 | - |
| YUV | 68.64 | 96.04 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 12 | 0 | 1 | 0.95 | 0.12 | 356.8 | 1 | 0.44 |
| Hex | E1 | 0 | C | 0 | 64 | 5F | C | 165 | 64 | 2C |
| Octal | 341 | 0 | 14 | 0 | 144 | 137 | 14 | 545 | 144 | 54 |
| Binary | 11100001 | 0 | 1100 | 0 | 1100100 | 1011111 | 1100 | 101100101 | 1100100 | 101100 |
Color Harmonies of #E1000C
Complementary color
Monochromatic Colors of #E1000C
Black with #E1000C
Text Example
Text Example
White with #E1000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1000C; }
p { color: rgb(225,0,12); }
H1.HeaderClassName
{
color: #E1000C;
}
.AnyTagClassName
{
color: #E1000C;
}
</style>
background-color css
<style>
a { background-color: #E1000C; }
a { background-color: rgb(225,0,12); }
div.DivClassName
{
background-color: #E1000C;
}
.BgClassName
{
background-color: #E1000C;
}
</style>
border-color css
<style>
span { border-color: #E1000C; }
span { border-color: rgb(225,0,12); }
td.TdClassName
{
border-color: #E1000C;
}
.TagClassName
{
border-color: #E1000C;
}
</style>