Shades of Venetian Red #D2010E
Tints of Venetian Red #D2010E
RGB
CMYK
RGB Variations
Color information
#D2010E (or 0xD2010E) is known color: Venetian Red. HEX triplet: D2, 01 and 0E. RGB value is (210,1,14). Sum of RGB (Red+Green+Blue) = 210+1+14=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D2010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2010E is #2DFEF1. Grayscale: #414141. Windows color (decimal): -3014386 or 917970. OLE color: 917970.
HSL color Cylindrical-coordinate representation of color #D2010E: hue angle of 356.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2010E is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.18 |
| HSL | 356.27º | 0.99% | 0.41% | - |
| HSV(B) | 356.27º | 1% | 0.82% | - |
| XYZ | 26.67 | 13.76 | 1.66 | - |
| YUV | 64.97 | 99.24 | 231.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 14 | 0 | 1.00 | 0.93 | 0.18 | 356.27 | 0.99 | 0.41 |
| Hex | D2 | 1 | E | 0 | 64 | 5D | 12 | 164 | 63 | 29 |
| Octal | 322 | 1 | 16 | 0 | 144 | 135 | 22 | 544 | 143 | 51 |
| Binary | 11010010 | 1 | 1110 | 0 | 1100100 | 1011101 | 10010 | 101100100 | 1100011 | 101001 |
Color Harmonies of #D2010E
Complementary color
Monochromatic Colors of #D2010E
Black with #D2010E
Text Example
Text Example
White with #D2010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2010E; }
p { color: rgb(210,1,14); }
H1.HeaderClassName
{
color: #D2010E;
}
.AnyTagClassName
{
color: #D2010E;
}
</style>
background-color css
<style>
a { background-color: #D2010E; }
a { background-color: rgb(210,1,14); }
div.DivClassName
{
background-color: #D2010E;
}
.BgClassName
{
background-color: #D2010E;
}
</style>
border-color css
<style>
span { border-color: #D2010E; }
span { border-color: rgb(210,1,14); }
td.TdClassName
{
border-color: #D2010E;
}
.TagClassName
{
border-color: #D2010E;
}
</style>