Shades of Venetian Red #D20712
Tints of Venetian Red #D20712
RGB
CMYK
RGB Variations
Color information
#D20712 (or 0xD20712) is known color: Venetian Red. HEX triplet: D2, 07 and 12. RGB value is (210,7,18). Sum of RGB (Red+Green+Blue) = 210+7+18=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20712 is #2DF8ED. Grayscale: #454545. Windows color (decimal): -3012846 or 1181650. OLE color: 1181650.
HSL color Cylindrical-coordinate representation of color #D20712: hue angle of 356.75º 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 #D20712 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.18 |
| HSL | 356.75º | 0.94% | 0.43% | - |
| HSV(B) | 356.75º | 0.97% | 0.82% | - |
| XYZ | 26.76 | 13.9 | 1.84 | - |
| YUV | 68.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 18 | 0 | 0.97 | 0.91 | 0.18 | 356.75 | 0.94 | 0.43 |
| Hex | D2 | 7 | 12 | 0 | 61 | 5B | 12 | 165 | 5E | 2B |
| Octal | 322 | 7 | 22 | 0 | 141 | 133 | 22 | 545 | 136 | 53 |
| Binary | 11010010 | 111 | 10010 | 0 | 1100001 | 1011011 | 10010 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D20712
Complementary color
Monochromatic Colors of #D20712
Black with #D20712
Text Example
Text Example
White with #D20712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20712; }
p { color: rgb(210,7,18); }
H1.HeaderClassName
{
color: #D20712;
}
.AnyTagClassName
{
color: #D20712;
}
</style>
background-color css
<style>
a { background-color: #D20712; }
a { background-color: rgb(210,7,18); }
div.DivClassName
{
background-color: #D20712;
}
.BgClassName
{
background-color: #D20712;
}
</style>
border-color css
<style>
span { border-color: #D20712; }
span { border-color: rgb(210,7,18); }
td.TdClassName
{
border-color: #D20712;
}
.TagClassName
{
border-color: #D20712;
}
</style>