Shades of Venetian Red #D7000B
Tints of Venetian Red #D7000B
RGB
CMYK
RGB Variations
Color information
#D7000B (or 0xD7000B) is known color: Venetian Red. HEX triplet: D7, 00 and 0B. RGB value is (215,0,11). Sum of RGB (Red+Green+Blue) = 215+0+11=226 (29% of max value = 765). Red value is 215 (84.38% from 255 or 95.13% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 215 - color contains mainly: red. Hex color #D7000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7000B is #28FFF4. Grayscale: #414141. Windows color (decimal): -2686965 or 721111. OLE color: 721111.
HSL color Cylindrical-coordinate representation of color #D7000B: hue angle of 356.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.16 |
| HSL | 356.93º | 1% | 0.42% | - |
| HSV(B) | 356.93º | 1% | 0.84% | - |
| XYZ | 28.08 | 14.47 | 1.63 | - |
| YUV | 65.54 | 97.23 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 11 | 0 | 1 | 0.95 | 0.16 | 356.93 | 1 | 0.42 |
| Hex | D7 | 0 | B | 0 | 64 | 5F | 10 | 165 | 64 | 2A |
| Octal | 327 | 0 | 13 | 0 | 144 | 137 | 20 | 545 | 144 | 52 |
| Binary | 11010111 | 0 | 1011 | 0 | 1100100 | 1011111 | 10000 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D7000B
Complementary color
Monochromatic Colors of #D7000B
Black with #D7000B
Text Example
Text Example
White with #D7000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7000B; }
p { color: rgb(215,0,11); }
H1.HeaderClassName
{
color: #D7000B;
}
.AnyTagClassName
{
color: #D7000B;
}
</style>
background-color css
<style>
a { background-color: #D7000B; }
a { background-color: rgb(215,0,11); }
div.DivClassName
{
background-color: #D7000B;
}
.BgClassName
{
background-color: #D7000B;
}
</style>
border-color css
<style>
span { border-color: #D7000B; }
span { border-color: rgb(215,0,11); }
td.TdClassName
{
border-color: #D7000B;
}
.TagClassName
{
border-color: #D7000B;
}
</style>