Shades of Venetian Red #D7011D
Tints of Venetian Red #D7011D
RGB
CMYK
RGB Variations
Color information
#D7011D (or 0xD7011D) is known color: Venetian Red. HEX triplet: D7, 01 and 1D. RGB value is (215,1,29). Sum of RGB (Red+Green+Blue) = 215+1+29=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D7011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7011D is #28FEE2. Grayscale: #444444. Windows color (decimal): -2686691 or 1901015. OLE color: 1901015.
HSL color Cylindrical-coordinate representation of color #D7011D: hue angle of 352.15º 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 #D7011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.16 |
| HSL | 352.15º | 0.99% | 0.42% | - |
| HSV(B) | 352.15º | 1% | 0.84% | - |
| XYZ | 28.26 | 14.56 | 2.48 | - |
| YUV | 68.18 | 105.9 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 29 | 0 | 1.00 | 0.87 | 0.16 | 352.15 | 0.99 | 0.42 |
| Hex | D7 | 1 | 1D | 0 | 64 | 57 | 10 | 160 | 63 | 2A |
| Octal | 327 | 1 | 35 | 0 | 144 | 127 | 20 | 540 | 143 | 52 |
| Binary | 11010111 | 1 | 11101 | 0 | 1100100 | 1010111 | 10000 | 101100000 | 1100011 | 101010 |
Color Harmonies of #D7011D
Complementary color
Monochromatic Colors of #D7011D
Black with #D7011D
Text Example
Text Example
White with #D7011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7011D; }
p { color: rgb(215,1,29); }
H1.HeaderClassName
{
color: #D7011D;
}
.AnyTagClassName
{
color: #D7011D;
}
</style>
background-color css
<style>
a { background-color: #D7011D; }
a { background-color: rgb(215,1,29); }
div.DivClassName
{
background-color: #D7011D;
}
.BgClassName
{
background-color: #D7011D;
}
</style>
border-color css
<style>
span { border-color: #D7011D; }
span { border-color: rgb(215,1,29); }
td.TdClassName
{
border-color: #D7011D;
}
.TagClassName
{
border-color: #D7011D;
}
</style>