Shades of Venetian Red #D7011F
Tints of Venetian Red #D7011F
RGB
CMYK
RGB Variations
Color information
#D7011F (or 0xD7011F) is known color: Venetian Red. HEX triplet: D7, 01 and 1F. RGB value is (215,1,31). Sum of RGB (Red+Green+Blue) = 215+1+31=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D7011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7011F is #28FEE0. Grayscale: #444444. Windows color (decimal): -2686689 or 2032087. OLE color: 2032087.
HSL color Cylindrical-coordinate representation of color #D7011F: hue angle of 351.59º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.16 |
| HSL | 351.59º | 0.99% | 0.42% | - |
| HSV(B) | 351.59º | 1% | 0.84% | - |
| XYZ | 28.28 | 14.57 | 2.62 | - |
| YUV | 68.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 31 | 0 | 1.00 | 0.86 | 0.16 | 351.59 | 0.99 | 0.42 |
| Hex | D7 | 1 | 1F | 0 | 64 | 56 | 10 | 160 | 63 | 2A |
| Octal | 327 | 1 | 37 | 0 | 144 | 126 | 20 | 540 | 143 | 52 |
| Binary | 11010111 | 1 | 11111 | 0 | 1100100 | 1010110 | 10000 | 101100000 | 1100011 | 101010 |
Color Harmonies of #D7011F
Complementary color
Monochromatic Colors of #D7011F
Black with #D7011F
Text Example
Text Example
White with #D7011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7011F; }
p { color: rgb(215,1,31); }
H1.HeaderClassName
{
color: #D7011F;
}
.AnyTagClassName
{
color: #D7011F;
}
</style>
background-color css
<style>
a { background-color: #D7011F; }
a { background-color: rgb(215,1,31); }
div.DivClassName
{
background-color: #D7011F;
}
.BgClassName
{
background-color: #D7011F;
}
</style>
border-color css
<style>
span { border-color: #D7011F; }
span { border-color: rgb(215,1,31); }
td.TdClassName
{
border-color: #D7011F;
}
.TagClassName
{
border-color: #D7011F;
}
</style>