Shades of Venetian Red #E1001C
Tints of Venetian Red #E1001C
RGB
CMYK
RGB Variations
Color information
#E1001C (or 0xE1001C) is known color: Venetian Red. HEX triplet: E1, 00 and 1C. RGB value is (225,0,28). Sum of RGB (Red+Green+Blue) = 225+0+28=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E1001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1001C is #1EFFE3. Grayscale: #464646. Windows color (decimal): -2031588 or 1835233. OLE color: 1835233.
HSL color Cylindrical-coordinate representation of color #E1001C: hue angle of 352.53º 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 #E1001C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.88 | 0.12 |
| HSL | 352.53º | 1% | 0.44% | - |
| HSV(B) | 352.53º | 1% | 0.88% | - |
| XYZ | 31.26 | 16.09 | 2.56 | - |
| YUV | 70.47 | 104.04 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 28 | 0 | 1 | 0.88 | 0.12 | 352.53 | 1 | 0.44 |
| Hex | E1 | 0 | 1C | 0 | 64 | 58 | C | 161 | 64 | 2C |
| Octal | 341 | 0 | 34 | 0 | 144 | 130 | 14 | 541 | 144 | 54 |
| Binary | 11100001 | 0 | 11100 | 0 | 1100100 | 1011000 | 1100 | 101100001 | 1100100 | 101100 |
Color Harmonies of #E1001C
Complementary color
Monochromatic Colors of #E1001C
Black with #E1001C
Text Example
Text Example
White with #E1001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1001C; }
p { color: rgb(225,0,28); }
H1.HeaderClassName
{
color: #E1001C;
}
.AnyTagClassName
{
color: #E1001C;
}
</style>
background-color css
<style>
a { background-color: #E1001C; }
a { background-color: rgb(225,0,28); }
div.DivClassName
{
background-color: #E1001C;
}
.BgClassName
{
background-color: #E1001C;
}
</style>
border-color css
<style>
span { border-color: #E1001C; }
span { border-color: rgb(225,0,28); }
td.TdClassName
{
border-color: #E1001C;
}
.TagClassName
{
border-color: #E1001C;
}
</style>