Shades of Venetian Red #E6011B
Tints of Venetian Red #E6011B
RGB
CMYK
RGB Variations
Color information
#E6011B (or 0xE6011B) is known color: Venetian Red. HEX triplet: E6, 01 and 1B. RGB value is (230,1,27). Sum of RGB (Red+Green+Blue) = 230+1+27=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E6011B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6011B is #19FEE4. Grayscale: #484848. Windows color (decimal): -1703653 or 1769958. OLE color: 1769958.
HSL color Cylindrical-coordinate representation of color #E6011B: hue angle of 353.19º 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 #E6011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.10 |
| HSL | 353.19º | 0.99% | 0.45% | - |
| HSV(B) | 353.19º | 1% | 0.9% | - |
| XYZ | 32.84 | 16.92 | 2.57 | - |
| YUV | 72.44 | 102.37 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 27 | 0 | 1.00 | 0.88 | 0.10 | 353.19 | 0.99 | 0.45 |
| Hex | E6 | 1 | 1B | 0 | 64 | 58 | A | 161 | 63 | 2D |
| Octal | 346 | 1 | 33 | 0 | 144 | 130 | 12 | 541 | 143 | 55 |
| Binary | 11100110 | 1 | 11011 | 0 | 1100100 | 1011000 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E6011B
Complementary color
Monochromatic Colors of #E6011B
Black with #E6011B
Text Example
Text Example
White with #E6011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6011B; }
p { color: rgb(230,1,27); }
H1.HeaderClassName
{
color: #E6011B;
}
.AnyTagClassName
{
color: #E6011B;
}
</style>
background-color css
<style>
a { background-color: #E6011B; }
a { background-color: rgb(230,1,27); }
div.DivClassName
{
background-color: #E6011B;
}
.BgClassName
{
background-color: #E6011B;
}
</style>
border-color css
<style>
span { border-color: #E6011B; }
span { border-color: rgb(230,1,27); }
td.TdClassName
{
border-color: #E6011B;
}
.TagClassName
{
border-color: #E6011B;
}
</style>