Shades of Venetian Red #D7011B
Tints of Venetian Red #D7011B
RGB
CMYK
RGB Variations
Color information
#D7011B (or 0xD7011B) is known color: Venetian Red. HEX triplet: D7, 01 and 1B. RGB value is (215,1,27). Sum of RGB (Red+Green+Blue) = 215+1+27=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D7011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7011B is #28FEE4. Grayscale: #444444. Windows color (decimal): -2686693 or 1769943. OLE color: 1769943.
HSL color Cylindrical-coordinate representation of color #D7011B: hue angle of 352.71º 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 #D7011B is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.16 |
| HSL | 352.71º | 0.99% | 0.42% | - |
| HSV(B) | 352.71º | 1% | 0.84% | - |
| XYZ | 28.23 | 14.55 | 2.36 | - |
| YUV | 67.95 | 104.9 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 27 | 0 | 1.00 | 0.87 | 0.16 | 352.71 | 0.99 | 0.42 |
| Hex | D7 | 1 | 1B | 0 | 64 | 57 | 10 | 161 | 63 | 2A |
| Octal | 327 | 1 | 33 | 0 | 144 | 127 | 20 | 541 | 143 | 52 |
| Binary | 11010111 | 1 | 11011 | 0 | 1100100 | 1010111 | 10000 | 101100001 | 1100011 | 101010 |
Color Harmonies of #D7011B
Complementary color
Monochromatic Colors of #D7011B
Black with #D7011B
Text Example
Text Example
White with #D7011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7011B; }
p { color: rgb(215,1,27); }
H1.HeaderClassName
{
color: #D7011B;
}
.AnyTagClassName
{
color: #D7011B;
}
</style>
background-color css
<style>
a { background-color: #D7011B; }
a { background-color: rgb(215,1,27); }
div.DivClassName
{
background-color: #D7011B;
}
.BgClassName
{
background-color: #D7011B;
}
</style>
border-color css
<style>
span { border-color: #D7011B; }
span { border-color: rgb(215,1,27); }
td.TdClassName
{
border-color: #D7011B;
}
.TagClassName
{
border-color: #D7011B;
}
</style>