Shades of Venetian Red #D7010B
Tints of Venetian Red #D7010B
RGB
CMYK
RGB Variations
Color information
#D7010B (or 0xD7010B) is known color: Venetian Red. HEX triplet: D7, 01 and 0B. RGB value is (215,1,11). Sum of RGB (Red+Green+Blue) = 215+1+11=227 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.71% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 215 - color contains mainly: red. Hex color #D7010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7010B is #28FEF4. Grayscale: #424242. Windows color (decimal): -2686709 or 721367. OLE color: 721367.
HSL color Cylindrical-coordinate representation of color #D7010B: hue angle of 357.2º 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 #D7010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.16 |
| HSL | 357.2º | 0.99% | 0.42% | - |
| HSV(B) | 357.2º | 1% | 0.84% | - |
| XYZ | 28.1 | 14.49 | 1.63 | - |
| YUV | 66.13 | 96.9 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 11 | 0 | 1.00 | 0.95 | 0.16 | 357.2 | 0.99 | 0.42 |
| Hex | D7 | 1 | B | 0 | 64 | 5F | 10 | 165 | 63 | 2A |
| Octal | 327 | 1 | 13 | 0 | 144 | 137 | 20 | 545 | 143 | 52 |
| Binary | 11010111 | 1 | 1011 | 0 | 1100100 | 1011111 | 10000 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D7010B
Complementary color
Monochromatic Colors of #D7010B
Black with #D7010B
Text Example
Text Example
White with #D7010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7010B; }
p { color: rgb(215,1,11); }
H1.HeaderClassName
{
color: #D7010B;
}
.AnyTagClassName
{
color: #D7010B;
}
</style>
background-color css
<style>
a { background-color: #D7010B; }
a { background-color: rgb(215,1,11); }
div.DivClassName
{
background-color: #D7010B;
}
.BgClassName
{
background-color: #D7010B;
}
</style>
border-color css
<style>
span { border-color: #D7010B; }
span { border-color: rgb(215,1,11); }
td.TdClassName
{
border-color: #D7010B;
}
.TagClassName
{
border-color: #D7010B;
}
</style>