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