Shades of Venetian Red #D2000E
Tints of Venetian Red #D2000E
RGB
CMYK
RGB Variations
Color information
#D2000E (or 0xD2000E) is known color: Venetian Red. HEX triplet: D2, 00 and 0E. RGB value is (210,0,14). Sum of RGB (Red+Green+Blue) = 210+0+14=224 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.75% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000E is #2DFFF1. Grayscale: #404040. Windows color (decimal): -3014642 or 917714. OLE color: 917714.
HSL color Cylindrical-coordinate representation of color #D2000E: hue angle of 356º 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 #D2000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.93 | 0.18 |
| HSL | 356º | 1% | 0.41% | - |
| HSV(B) | 356º | 1% | 0.82% | - |
| XYZ | 26.66 | 13.73 | 1.66 | - |
| YUV | 64.39 | 99.57 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 14 | 0 | 1 | 0.93 | 0.18 | 356 | 1 | 0.41 |
| Hex | D2 | 0 | E | 0 | 64 | 5D | 12 | 164 | 64 | 29 |
| Octal | 322 | 0 | 16 | 0 | 144 | 135 | 22 | 544 | 144 | 51 |
| Binary | 11010010 | 0 | 1110 | 0 | 1100100 | 1011101 | 10010 | 101100100 | 1100100 | 101001 |
Color Harmonies of #D2000E
Complementary color
Monochromatic Colors of #D2000E
Black with #D2000E
Text Example
Text Example
White with #D2000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2000E; }
p { color: rgb(210,0,14); }
H1.HeaderClassName
{
color: #D2000E;
}
.AnyTagClassName
{
color: #D2000E;
}
</style>
background-color css
<style>
a { background-color: #D2000E; }
a { background-color: rgb(210,0,14); }
div.DivClassName
{
background-color: #D2000E;
}
.BgClassName
{
background-color: #D2000E;
}
</style>
border-color css
<style>
span { border-color: #D2000E; }
span { border-color: rgb(210,0,14); }
td.TdClassName
{
border-color: #D2000E;
}
.TagClassName
{
border-color: #D2000E;
}
</style>