Shades of Venetian Red #D7071D
Tints of Venetian Red #D7071D
RGB
CMYK
RGB Variations
Color information
#D7071D (or 0xD7071D) is known color: Venetian Red. HEX triplet: D7, 07 and 1D. RGB value is (215,7,29). Sum of RGB (Red+Green+Blue) = 215+7+29=251 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.66% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 215 - color contains mainly: red. Hex color #D7071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7071D is #28F8E2. Grayscale: #474747. Windows color (decimal): -2685155 or 1902551. OLE color: 1902551.
HSL color Cylindrical-coordinate representation of color #D7071D: hue angle of 353.65º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7071D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.16 |
| HSL | 353.65º | 0.94% | 0.44% | - |
| HSV(B) | 353.65º | 0.97% | 0.84% | - |
| XYZ | 28.32 | 14.69 | 2.5 | - |
| YUV | 71.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 29 | 0 | 0.97 | 0.87 | 0.16 | 353.65 | 0.94 | 0.44 |
| Hex | D7 | 7 | 1D | 0 | 61 | 57 | 10 | 162 | 5E | 2C |
| Octal | 327 | 7 | 35 | 0 | 141 | 127 | 20 | 542 | 136 | 54 |
| Binary | 11010111 | 111 | 11101 | 0 | 1100001 | 1010111 | 10000 | 101100010 | 1011110 | 101100 |
Color Harmonies of #D7071D
Complementary color
Monochromatic Colors of #D7071D
Black with #D7071D
Text Example
Text Example
White with #D7071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7071D; }
p { color: rgb(215,7,29); }
H1.HeaderClassName
{
color: #D7071D;
}
.AnyTagClassName
{
color: #D7071D;
}
</style>
background-color css
<style>
a { background-color: #D7071D; }
a { background-color: rgb(215,7,29); }
div.DivClassName
{
background-color: #D7071D;
}
.BgClassName
{
background-color: #D7071D;
}
</style>
border-color css
<style>
span { border-color: #D7071D; }
span { border-color: rgb(215,7,29); }
td.TdClassName
{
border-color: #D7071D;
}
.TagClassName
{
border-color: #D7071D;
}
</style>