Shades of Venetian Red #D2070B
Tints of Venetian Red #D2070B
RGB
CMYK
RGB Variations
Color information
#D2070B (or 0xD2070B) is known color: Venetian Red. HEX triplet: D2, 07 and 0B. RGB value is (210,7,11). Sum of RGB (Red+Green+Blue) = 210+7+11=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D2070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2070B is #2DF8F4. Grayscale: #444444. Windows color (decimal): -3012853 or 722898. OLE color: 722898.
HSL color Cylindrical-coordinate representation of color #D2070B: hue angle of 358.82º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.18 |
| HSL | 358.82º | 0.94% | 0.43% | - |
| HSV(B) | 358.82º | 0.97% | 0.82% | - |
| XYZ | 26.71 | 13.88 | 1.59 | - |
| YUV | 68.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 11 | 0 | 0.97 | 0.95 | 0.18 | 358.82 | 0.94 | 0.43 |
| Hex | D2 | 7 | B | 0 | 61 | 5F | 12 | 167 | 5E | 2B |
| Octal | 322 | 7 | 13 | 0 | 141 | 137 | 22 | 547 | 136 | 53 |
| Binary | 11010010 | 111 | 1011 | 0 | 1100001 | 1011111 | 10010 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D2070B
Complementary color
Monochromatic Colors of #D2070B
Black with #D2070B
Text Example
Text Example
White with #D2070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2070B; }
p { color: rgb(210,7,11); }
H1.HeaderClassName
{
color: #D2070B;
}
.AnyTagClassName
{
color: #D2070B;
}
</style>
background-color css
<style>
a { background-color: #D2070B; }
a { background-color: rgb(210,7,11); }
div.DivClassName
{
background-color: #D2070B;
}
.BgClassName
{
background-color: #D2070B;
}
</style>
border-color css
<style>
span { border-color: #D2070B; }
span { border-color: rgb(210,7,11); }
td.TdClassName
{
border-color: #D2070B;
}
.TagClassName
{
border-color: #D2070B;
}
</style>