Shades of Venetian Red #E8001A
Tints of Venetian Red #E8001A
RGB
CMYK
RGB Variations
Color information
#E8001A (or 0xE8001A) is known color: Venetian Red. HEX triplet: E8, 00 and 1A. RGB value is (232,0,26). Sum of RGB (Red+Green+Blue) = 232+0+26=258 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.92% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 232 - color contains mainly: red. Hex color #E8001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8001A is #17FFE5. Grayscale: #484848. Windows color (decimal): -1572838 or 1704168. OLE color: 1704168.
HSL color Cylindrical-coordinate representation of color #E8001A: hue angle of 353.28º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8001A is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.89 | 0.09 |
| HSL | 353.28º | 1% | 0.45% | - |
| HSV(B) | 353.28º | 1% | 0.91% | - |
| XYZ | 33.47 | 17.23 | 2.54 | - |
| YUV | 72.33 | 101.86 | 241.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 26 | 0 | 1 | 0.89 | 0.09 | 353.28 | 1 | 0.45 |
| Hex | E8 | 0 | 1A | 0 | 64 | 59 | 9 | 161 | 64 | 2D |
| Octal | 350 | 0 | 32 | 0 | 144 | 131 | 11 | 541 | 144 | 55 |
| Binary | 11101000 | 0 | 11010 | 0 | 1100100 | 1011001 | 1001 | 101100001 | 1100100 | 101101 |
Color Harmonies of #E8001A
Complementary color
Monochromatic Colors of #E8001A
Black with #E8001A
Text Example
Text Example
White with #E8001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8001A; }
p { color: rgb(232,0,26); }
H1.HeaderClassName
{
color: #E8001A;
}
.AnyTagClassName
{
color: #E8001A;
}
</style>
background-color css
<style>
a { background-color: #E8001A; }
a { background-color: rgb(232,0,26); }
div.DivClassName
{
background-color: #E8001A;
}
.BgClassName
{
background-color: #E8001A;
}
</style>
border-color css
<style>
span { border-color: #E8001A; }
span { border-color: rgb(232,0,26); }
td.TdClassName
{
border-color: #E8001A;
}
.TagClassName
{
border-color: #E8001A;
}
</style>