Shades of Venetian Red #E6001D
Tints of Venetian Red #E6001D
RGB
CMYK
RGB Variations
Color information
#E6001D (or 0xE6001D) is known color: Venetian Red. HEX triplet: E6, 00 and 1D. RGB value is (230,0,29). Sum of RGB (Red+Green+Blue) = 230+0+29=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E6001D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6001D is #19FFE2. Grayscale: #484848. Windows color (decimal): -1703907 or 1900774. OLE color: 1900774.
HSL color Cylindrical-coordinate representation of color #E6001D: hue angle of 352.43º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.87 | 0.10 |
| HSL | 352.43º | 1% | 0.45% | - |
| HSV(B) | 352.43º | 1% | 0.9% | - |
| XYZ | 32.85 | 16.91 | 2.7 | - |
| YUV | 72.08 | 103.7 | 240.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 29 | 0 | 1 | 0.87 | 0.10 | 352.43 | 1 | 0.45 |
| Hex | E6 | 0 | 1D | 0 | 64 | 57 | A | 160 | 64 | 2D |
| Octal | 346 | 0 | 35 | 0 | 144 | 127 | 12 | 540 | 144 | 55 |
| Binary | 11100110 | 0 | 11101 | 0 | 1100100 | 1010111 | 1010 | 101100000 | 1100100 | 101101 |
Color Harmonies of #E6001D
Complementary color
Monochromatic Colors of #E6001D
Black with #E6001D
Text Example
Text Example
White with #E6001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6001D; }
p { color: rgb(230,0,29); }
H1.HeaderClassName
{
color: #E6001D;
}
.AnyTagClassName
{
color: #E6001D;
}
</style>
background-color css
<style>
a { background-color: #E6001D; }
a { background-color: rgb(230,0,29); }
div.DivClassName
{
background-color: #E6001D;
}
.BgClassName
{
background-color: #E6001D;
}
</style>
border-color css
<style>
span { border-color: #E6001D; }
span { border-color: rgb(230,0,29); }
td.TdClassName
{
border-color: #E6001D;
}
.TagClassName
{
border-color: #E6001D;
}
</style>