Shades of Venetian Red #D7020D
Tints of Venetian Red #D7020D
RGB
CMYK
RGB Variations
Color information
#D7020D (or 0xD7020D) is known color: Venetian Red. HEX triplet: D7, 02 and 0D. RGB value is (215,2,13). Sum of RGB (Red+Green+Blue) = 215+2+13=230 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.48% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 215 - color contains mainly: red. Hex color #D7020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7020D is #28FDF2. Grayscale: #434343. Windows color (decimal): -2686451 or 852695. OLE color: 852695.
HSL color Cylindrical-coordinate representation of color #D7020D: hue angle of 356.9º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.16 |
| HSL | 356.9º | 0.98% | 0.43% | - |
| HSV(B) | 356.9º | 0.99% | 0.84% | - |
| XYZ | 28.12 | 14.52 | 1.7 | - |
| YUV | 66.94 | 97.57 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 13 | 0 | 0.99 | 0.94 | 0.16 | 356.9 | 0.98 | 0.43 |
| Hex | D7 | 2 | D | 0 | 63 | 5E | 10 | 165 | 62 | 2B |
| Octal | 327 | 2 | 15 | 0 | 143 | 136 | 20 | 545 | 142 | 53 |
| Binary | 11010111 | 10 | 1101 | 0 | 1100011 | 1011110 | 10000 | 101100101 | 1100010 | 101011 |
Color Harmonies of #D7020D
Complementary color
Monochromatic Colors of #D7020D
Black with #D7020D
Text Example
Text Example
White with #D7020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7020D; }
p { color: rgb(215,2,13); }
H1.HeaderClassName
{
color: #D7020D;
}
.AnyTagClassName
{
color: #D7020D;
}
</style>
background-color css
<style>
a { background-color: #D7020D; }
a { background-color: rgb(215,2,13); }
div.DivClassName
{
background-color: #D7020D;
}
.BgClassName
{
background-color: #D7020D;
}
</style>
border-color css
<style>
span { border-color: #D7020D; }
span { border-color: rgb(215,2,13); }
td.TdClassName
{
border-color: #D7020D;
}
.TagClassName
{
border-color: #D7020D;
}
</style>