Shades of Venetian Red #D1020E
Tints of Venetian Red #D1020E
RGB
CMYK
RGB Variations
Color information
#D1020E (or 0xD1020E) is known color: Venetian Red. HEX triplet: D1, 02 and 0E. RGB value is (209,2,14). Sum of RGB (Red+Green+Blue) = 209+2+14=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D1020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1020E is #2EFDF1. Grayscale: #414141. Windows color (decimal): -3079666 or 918225. OLE color: 918225.
HSL color Cylindrical-coordinate representation of color #D1020E: hue angle of 356.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1020E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.18 |
| HSL | 356.52º | 0.98% | 0.41% | - |
| HSV(B) | 356.52º | 0.99% | 0.82% | - |
| XYZ | 26.4 | 13.63 | 1.66 | - |
| YUV | 65.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 14 | 0 | 0.99 | 0.93 | 0.18 | 356.52 | 0.98 | 0.41 |
| Hex | D1 | 2 | E | 0 | 63 | 5D | 12 | 165 | 62 | 29 |
| Octal | 321 | 2 | 16 | 0 | 143 | 135 | 22 | 545 | 142 | 51 |
| Binary | 11010001 | 10 | 1110 | 0 | 1100011 | 1011101 | 10010 | 101100101 | 1100010 | 101001 |
Color Harmonies of #D1020E
Complementary color
Monochromatic Colors of #D1020E
Black with #D1020E
Text Example
Text Example
White with #D1020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1020E; }
p { color: rgb(209,2,14); }
H1.HeaderClassName
{
color: #D1020E;
}
.AnyTagClassName
{
color: #D1020E;
}
</style>
background-color css
<style>
a { background-color: #D1020E; }
a { background-color: rgb(209,2,14); }
div.DivClassName
{
background-color: #D1020E;
}
.BgClassName
{
background-color: #D1020E;
}
</style>
border-color css
<style>
span { border-color: #D1020E; }
span { border-color: rgb(209,2,14); }
td.TdClassName
{
border-color: #D1020E;
}
.TagClassName
{
border-color: #D1020E;
}
</style>