Shades of Venetian Red #D7071C
Tints of Venetian Red #D7071C
RGB
CMYK
RGB Variations
Color information
#D7071C (or 0xD7071C) is known color: Venetian Red. HEX triplet: D7, 07 and 1C. RGB value is (215,7,28). Sum of RGB (Red+Green+Blue) = 215+7+28=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D7071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7071C is #28F8E3. Grayscale: #474747. Windows color (decimal): -2685156 or 1837015. OLE color: 1837015.
HSL color Cylindrical-coordinate representation of color #D7071C: hue angle of 353.94º 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 #D7071C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.16 |
| HSL | 353.94º | 0.94% | 0.44% | - |
| HSV(B) | 353.94º | 0.97% | 0.84% | - |
| XYZ | 28.31 | 14.68 | 2.44 | - |
| YUV | 71.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 28 | 0 | 0.97 | 0.87 | 0.16 | 353.94 | 0.94 | 0.44 |
| Hex | D7 | 7 | 1C | 0 | 61 | 57 | 10 | 162 | 5E | 2C |
| Octal | 327 | 7 | 34 | 0 | 141 | 127 | 20 | 542 | 136 | 54 |
| Binary | 11010111 | 111 | 11100 | 0 | 1100001 | 1010111 | 10000 | 101100010 | 1011110 | 101100 |
Color Harmonies of #D7071C
Complementary color
Monochromatic Colors of #D7071C
Black with #D7071C
Text Example
Text Example
White with #D7071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7071C; }
p { color: rgb(215,7,28); }
H1.HeaderClassName
{
color: #D7071C;
}
.AnyTagClassName
{
color: #D7071C;
}
</style>
background-color css
<style>
a { background-color: #D7071C; }
a { background-color: rgb(215,7,28); }
div.DivClassName
{
background-color: #D7071C;
}
.BgClassName
{
background-color: #D7071C;
}
</style>
border-color css
<style>
span { border-color: #D7071C; }
span { border-color: rgb(215,7,28); }
td.TdClassName
{
border-color: #D7071C;
}
.TagClassName
{
border-color: #D7071C;
}
</style>