Shades of Venetian Red #D2000A
Tints of Venetian Red #D2000A
RGB
CMYK
RGB Variations
Color information
#D2000A (or 0xD2000A) is known color: Venetian Red. HEX triplet: D2, 00 and 0A. RGB value is (210,0,10). Sum of RGB (Red+Green+Blue) = 210+0+10=220 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000A is #2DFFF5. Grayscale: #404040. Windows color (decimal): -3014646 or 655570. OLE color: 655570.
HSL color Cylindrical-coordinate representation of color #D2000A: hue angle of 357.14º 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 #D2000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.95 | 0.18 |
| HSL | 357.14º | 1% | 0.41% | - |
| HSV(B) | 357.14º | 1% | 0.82% | - |
| XYZ | 26.63 | 13.72 | 1.53 | - |
| YUV | 63.93 | 97.57 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 10 | 0 | 1 | 0.95 | 0.18 | 357.14 | 1 | 0.41 |
| Hex | D2 | 0 | A | 0 | 64 | 5F | 12 | 165 | 64 | 29 |
| Octal | 322 | 0 | 12 | 0 | 144 | 137 | 22 | 545 | 144 | 51 |
| Binary | 11010010 | 0 | 1010 | 0 | 1100100 | 1011111 | 10010 | 101100101 | 1100100 | 101001 |
Color Harmonies of #D2000A
Complementary color
Monochromatic Colors of #D2000A
Black with #D2000A
Text Example
Text Example
White with #D2000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2000A; }
p { color: rgb(210,0,10); }
H1.HeaderClassName
{
color: #D2000A;
}
.AnyTagClassName
{
color: #D2000A;
}
</style>
background-color css
<style>
a { background-color: #D2000A; }
a { background-color: rgb(210,0,10); }
div.DivClassName
{
background-color: #D2000A;
}
.BgClassName
{
background-color: #D2000A;
}
</style>
border-color css
<style>
span { border-color: #D2000A; }
span { border-color: rgb(210,0,10); }
td.TdClassName
{
border-color: #D2000A;
}
.TagClassName
{
border-color: #D2000A;
}
</style>