Shades of Venetian Red #D2010D
Tints of Venetian Red #D2010D
RGB
CMYK
RGB Variations
Color information
#D2010D (or 0xD2010D) is known color: Venetian Red. HEX triplet: D2, 01 and 0D. RGB value is (210,1,13). Sum of RGB (Red+Green+Blue) = 210+1+13=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D2010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2010D is #2DFEF2. Grayscale: #414141. Windows color (decimal): -3014387 or 852434. OLE color: 852434.
HSL color Cylindrical-coordinate representation of color #D2010D: hue angle of 356.56º 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 #D2010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.18 |
| HSL | 356.56º | 0.99% | 0.41% | - |
| HSV(B) | 356.56º | 1% | 0.82% | - |
| XYZ | 26.66 | 13.75 | 1.63 | - |
| YUV | 64.86 | 98.74 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 13 | 0 | 1.00 | 0.94 | 0.18 | 356.56 | 0.99 | 0.41 |
| Hex | D2 | 1 | D | 0 | 64 | 5E | 12 | 165 | 63 | 29 |
| Octal | 322 | 1 | 15 | 0 | 144 | 136 | 22 | 545 | 143 | 51 |
| Binary | 11010010 | 1 | 1101 | 0 | 1100100 | 1011110 | 10010 | 101100101 | 1100011 | 101001 |
Color Harmonies of #D2010D
Complementary color
Monochromatic Colors of #D2010D
Black with #D2010D
Text Example
Text Example
White with #D2010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2010D; }
p { color: rgb(210,1,13); }
H1.HeaderClassName
{
color: #D2010D;
}
.AnyTagClassName
{
color: #D2010D;
}
</style>
background-color css
<style>
a { background-color: #D2010D; }
a { background-color: rgb(210,1,13); }
div.DivClassName
{
background-color: #D2010D;
}
.BgClassName
{
background-color: #D2010D;
}
</style>
border-color css
<style>
span { border-color: #D2010D; }
span { border-color: rgb(210,1,13); }
td.TdClassName
{
border-color: #D2010D;
}
.TagClassName
{
border-color: #D2010D;
}
</style>