Shades of Venetian Red #E6011D
Tints of Venetian Red #E6011D
RGB
CMYK
RGB Variations
Color information
#E6011D (or 0xE6011D) is known color: Venetian Red. HEX triplet: E6, 01 and 1D. RGB value is (230,1,29). Sum of RGB (Red+Green+Blue) = 230+1+29=260 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 230 - color contains mainly: red. Hex color #E6011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6011D is #19FEE2. Grayscale: #484848. Windows color (decimal): -1703651 or 1901030. OLE color: 1901030.
HSL color Cylindrical-coordinate representation of color #E6011D: hue angle of 352.66º 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 #E6011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.10 |
| HSL | 352.66º | 0.99% | 0.45% | - |
| HSV(B) | 352.66º | 1% | 0.9% | - |
| XYZ | 32.87 | 16.93 | 2.7 | - |
| YUV | 72.66 | 103.37 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 29 | 0 | 1.00 | 0.87 | 0.10 | 352.66 | 0.99 | 0.45 |
| Hex | E6 | 1 | 1D | 0 | 64 | 57 | A | 161 | 63 | 2D |
| Octal | 346 | 1 | 35 | 0 | 144 | 127 | 12 | 541 | 143 | 55 |
| Binary | 11100110 | 1 | 11101 | 0 | 1100100 | 1010111 | 1010 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E6011D
Complementary color
Monochromatic Colors of #E6011D
Black with #E6011D
Text Example
Text Example
White with #E6011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6011D; }
p { color: rgb(230,1,29); }
H1.HeaderClassName
{
color: #E6011D;
}
.AnyTagClassName
{
color: #E6011D;
}
</style>
background-color css
<style>
a { background-color: #E6011D; }
a { background-color: rgb(230,1,29); }
div.DivClassName
{
background-color: #E6011D;
}
.BgClassName
{
background-color: #E6011D;
}
</style>
border-color css
<style>
span { border-color: #E6011D; }
span { border-color: rgb(230,1,29); }
td.TdClassName
{
border-color: #E6011D;
}
.TagClassName
{
border-color: #E6011D;
}
</style>