Shades of Venetian Red #D1001E
Tints of Venetian Red #D1001E
RGB
CMYK
RGB Variations
Color information
#D1001E (or 0xD1001E) is known color: Venetian Red. HEX triplet: D1, 00 and 1E. RGB value is (209,0,30). Sum of RGB (Red+Green+Blue) = 209+0+30=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D1001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1001E is #2EFFE1. Grayscale: #424242. Windows color (decimal): -3080162 or 1966289. OLE color: 1966289.
HSL color Cylindrical-coordinate representation of color #D1001E: hue angle of 351.39º 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 #D1001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.86 | 0.18 |
| HSL | 351.39º | 1% | 0.41% | - |
| HSV(B) | 351.39º | 1% | 0.82% | - |
| XYZ | 26.53 | 13.65 | 2.46 | - |
| YUV | 65.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 30 | 0 | 1 | 0.86 | 0.18 | 351.39 | 1 | 0.41 |
| Hex | D1 | 0 | 1E | 0 | 64 | 56 | 12 | 15F | 64 | 29 |
| Octal | 321 | 0 | 36 | 0 | 144 | 126 | 22 | 537 | 144 | 51 |
| Binary | 11010001 | 0 | 11110 | 0 | 1100100 | 1010110 | 10010 | 101011111 | 1100100 | 101001 |
Color Harmonies of #D1001E
Complementary color
Monochromatic Colors of #D1001E
Black with #D1001E
Text Example
Text Example
White with #D1001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1001E; }
p { color: rgb(209,0,30); }
H1.HeaderClassName
{
color: #D1001E;
}
.AnyTagClassName
{
color: #D1001E;
}
</style>
background-color css
<style>
a { background-color: #D1001E; }
a { background-color: rgb(209,0,30); }
div.DivClassName
{
background-color: #D1001E;
}
.BgClassName
{
background-color: #D1001E;
}
</style>
border-color css
<style>
span { border-color: #D1001E; }
span { border-color: rgb(209,0,30); }
td.TdClassName
{
border-color: #D1001E;
}
.TagClassName
{
border-color: #D1001E;
}
</style>