Shades of Venetian Red #D6070B
Tints of Venetian Red #D6070B
RGB
CMYK
RGB Variations
Color information
#D6070B (or 0xD6070B) is known color: Venetian Red. HEX triplet: D6, 07 and 0B. RGB value is (214,7,11). Sum of RGB (Red+Green+Blue) = 214+7+11=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D6070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6070B is #29F8F4. Grayscale: #454545. Windows color (decimal): -2750709 or 722902. OLE color: 722902.
HSL color Cylindrical-coordinate representation of color #D6070B: hue angle of 358.84º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.16 |
| HSL | 358.84º | 0.94% | 0.43% | - |
| HSV(B) | 358.84º | 0.97% | 0.84% | - |
| XYZ | 27.87 | 14.47 | 1.64 | - |
| YUV | 69.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 11 | 0 | 0.97 | 0.95 | 0.16 | 358.84 | 0.94 | 0.43 |
| Hex | D6 | 7 | B | 0 | 61 | 5F | 10 | 167 | 5E | 2B |
| Octal | 326 | 7 | 13 | 0 | 141 | 137 | 20 | 547 | 136 | 53 |
| Binary | 11010110 | 111 | 1011 | 0 | 1100001 | 1011111 | 10000 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D6070B
Complementary color
Monochromatic Colors of #D6070B
Black with #D6070B
Text Example
Text Example
White with #D6070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6070B; }
p { color: rgb(214,7,11); }
H1.HeaderClassName
{
color: #D6070B;
}
.AnyTagClassName
{
color: #D6070B;
}
</style>
background-color css
<style>
a { background-color: #D6070B; }
a { background-color: rgb(214,7,11); }
div.DivClassName
{
background-color: #D6070B;
}
.BgClassName
{
background-color: #D6070B;
}
</style>
border-color css
<style>
span { border-color: #D6070B; }
span { border-color: rgb(214,7,11); }
td.TdClassName
{
border-color: #D6070B;
}
.TagClassName
{
border-color: #D6070B;
}
</style>