Shades of Venetian Red #D9070B
Tints of Venetian Red #D9070B
RGB
CMYK
RGB Variations
Color information
#D9070B (or 0xD9070B) is known color: Venetian Red. HEX triplet: D9, 07 and 0B. RGB value is (217,7,11). Sum of RGB (Red+Green+Blue) = 217+7+11=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D9070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9070B is #26F8F4. Grayscale: #464646. Windows color (decimal): -2554101 or 722905. OLE color: 722905.
HSL color Cylindrical-coordinate representation of color #D9070B: hue angle of 358.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.15 |
| HSL | 358.86º | 0.94% | 0.44% | - |
| HSV(B) | 358.86º | 0.97% | 0.85% | - |
| XYZ | 28.75 | 14.93 | 1.68 | - |
| YUV | 70.25 | 94.57 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 11 | 0 | 0.97 | 0.95 | 0.15 | 358.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | B | 0 | 61 | 5F | F | 167 | 5E | 2C |
| Octal | 331 | 7 | 13 | 0 | 141 | 137 | 17 | 547 | 136 | 54 |
| Binary | 11011001 | 111 | 1011 | 0 | 1100001 | 1011111 | 1111 | 101100111 | 1011110 | 101100 |
Color Harmonies of #D9070B
Complementary color
Monochromatic Colors of #D9070B
Black with #D9070B
Text Example
Text Example
White with #D9070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9070B; }
p { color: rgb(217,7,11); }
H1.HeaderClassName
{
color: #D9070B;
}
.AnyTagClassName
{
color: #D9070B;
}
</style>
background-color css
<style>
a { background-color: #D9070B; }
a { background-color: rgb(217,7,11); }
div.DivClassName
{
background-color: #D9070B;
}
.BgClassName
{
background-color: #D9070B;
}
</style>
border-color css
<style>
span { border-color: #D9070B; }
span { border-color: rgb(217,7,11); }
td.TdClassName
{
border-color: #D9070B;
}
.TagClassName
{
border-color: #D9070B;
}
</style>