Shades of Venetian Red #E6011A
Tints of Venetian Red #E6011A
RGB
CMYK
RGB Variations
Color information
#E6011A (or 0xE6011A) is known color: Venetian Red. HEX triplet: E6, 01 and 1A. RGB value is (230,1,26). Sum of RGB (Red+Green+Blue) = 230+1+26=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E6011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6011A is #19FEE5. Grayscale: #484848. Windows color (decimal): -1703654 or 1704422. OLE color: 1704422.
HSL color Cylindrical-coordinate representation of color #E6011A: hue angle of 353.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.10 |
| HSL | 353.45º | 0.99% | 0.45% | - |
| HSV(B) | 353.45º | 1% | 0.9% | - |
| XYZ | 32.83 | 16.92 | 2.51 | - |
| YUV | 72.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 26 | 0 | 1.00 | 0.89 | 0.10 | 353.45 | 0.99 | 0.45 |
| Hex | E6 | 1 | 1A | 0 | 64 | 59 | A | 161 | 63 | 2D |
| Octal | 346 | 1 | 32 | 0 | 144 | 131 | 12 | 541 | 143 | 55 |
| Binary | 11100110 | 1 | 11010 | 0 | 1100100 | 1011001 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E6011A
Complementary color
Monochromatic Colors of #E6011A
Black with #E6011A
Text Example
Text Example
White with #E6011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6011A; }
p { color: rgb(230,1,26); }
H1.HeaderClassName
{
color: #E6011A;
}
.AnyTagClassName
{
color: #E6011A;
}
</style>
background-color css
<style>
a { background-color: #E6011A; }
a { background-color: rgb(230,1,26); }
div.DivClassName
{
background-color: #E6011A;
}
.BgClassName
{
background-color: #E6011A;
}
</style>
border-color css
<style>
span { border-color: #E6011A; }
span { border-color: rgb(230,1,26); }
td.TdClassName
{
border-color: #E6011A;
}
.TagClassName
{
border-color: #E6011A;
}
</style>