Shades of Venetian Red #D2070C
Tints of Venetian Red #D2070C
RGB
CMYK
RGB Variations
Color information
#D2070C (or 0xD2070C) is known color: Venetian Red. HEX triplet: D2, 07 and 0C. RGB value is (210,7,12). Sum of RGB (Red+Green+Blue) = 210+7+12=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D2070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2070C is #2DF8F3. Grayscale: #444444. Windows color (decimal): -3012852 or 788434. OLE color: 788434.
HSL color Cylindrical-coordinate representation of color #D2070C: hue angle of 358.52º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2070C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.18 |
| HSL | 358.52º | 0.94% | 0.43% | - |
| HSV(B) | 358.52º | 0.97% | 0.82% | - |
| XYZ | 26.72 | 13.88 | 1.62 | - |
| YUV | 68.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 12 | 0 | 0.97 | 0.94 | 0.18 | 358.52 | 0.94 | 0.43 |
| Hex | D2 | 7 | C | 0 | 61 | 5E | 12 | 167 | 5E | 2B |
| Octal | 322 | 7 | 14 | 0 | 141 | 136 | 22 | 547 | 136 | 53 |
| Binary | 11010010 | 111 | 1100 | 0 | 1100001 | 1011110 | 10010 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D2070C
Complementary color
Monochromatic Colors of #D2070C
Black with #D2070C
Text Example
Text Example
White with #D2070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2070C; }
p { color: rgb(210,7,12); }
H1.HeaderClassName
{
color: #D2070C;
}
.AnyTagClassName
{
color: #D2070C;
}
</style>
background-color css
<style>
a { background-color: #D2070C; }
a { background-color: rgb(210,7,12); }
div.DivClassName
{
background-color: #D2070C;
}
.BgClassName
{
background-color: #D2070C;
}
</style>
border-color css
<style>
span { border-color: #D2070C; }
span { border-color: rgb(210,7,12); }
td.TdClassName
{
border-color: #D2070C;
}
.TagClassName
{
border-color: #D2070C;
}
</style>