Shades of Venetian Red #D0001E
Tints of Venetian Red #D0001E
RGB
CMYK
RGB Variations
Color information
#D0001E (or 0xD0001E) is known color: Venetian Red. HEX triplet: D0, 00 and 1E. RGB value is (208,0,30). Sum of RGB (Red+Green+Blue) = 208+0+30=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D0001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0001E is #2FFFE1. Grayscale: #414141. Windows color (decimal): -3145698 or 1966288. OLE color: 1966288.
HSL color Cylindrical-coordinate representation of color #D0001E: hue angle of 351.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.86 | 0.18 |
| HSL | 351.35º | 1% | 0.41% | - |
| HSV(B) | 351.35º | 1% | 0.82% | - |
| XYZ | 26.25 | 13.5 | 2.45 | - |
| YUV | 65.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 30 | 0 | 1 | 0.86 | 0.18 | 351.35 | 1 | 0.41 |
| Hex | D0 | 0 | 1E | 0 | 64 | 56 | 12 | 15F | 64 | 29 |
| Octal | 320 | 0 | 36 | 0 | 144 | 126 | 22 | 537 | 144 | 51 |
| Binary | 11010000 | 0 | 11110 | 0 | 1100100 | 1010110 | 10010 | 101011111 | 1100100 | 101001 |
Color Harmonies of #D0001E
Complementary color
Monochromatic Colors of #D0001E
Black with #D0001E
Text Example
Text Example
White with #D0001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0001E; }
p { color: rgb(208,0,30); }
H1.HeaderClassName
{
color: #D0001E;
}
.AnyTagClassName
{
color: #D0001E;
}
</style>
background-color css
<style>
a { background-color: #D0001E; }
a { background-color: rgb(208,0,30); }
div.DivClassName
{
background-color: #D0001E;
}
.BgClassName
{
background-color: #D0001E;
}
</style>
border-color css
<style>
span { border-color: #D0001E; }
span { border-color: rgb(208,0,30); }
td.TdClassName
{
border-color: #D0001E;
}
.TagClassName
{
border-color: #D0001E;
}
</style>