Shades of Venetian Red #D70810
Tints of Venetian Red #D70810
RGB
CMYK
RGB Variations
Color information
#D70810 (or 0xD70810) is known color: Venetian Red. HEX triplet: D7, 08 and 10. RGB value is (215,8,16). Sum of RGB (Red+Green+Blue) = 215+8+16=239 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.96% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 215 - color contains mainly: red. Hex color #D70810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70810 is #28F7EF. Grayscale: #464646. Windows color (decimal): -2684912 or 1050839. OLE color: 1050839.
HSL color Cylindrical-coordinate representation of color #D70810: hue angle of 357.68º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70810 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.16 |
| HSL | 357.68º | 0.93% | 0.44% | - |
| HSV(B) | 357.68º | 0.96% | 0.84% | - |
| XYZ | 28.2 | 14.66 | 1.83 | - |
| YUV | 70.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 16 | 0 | 0.96 | 0.93 | 0.16 | 357.68 | 0.93 | 0.44 |
| Hex | D7 | 8 | 10 | 0 | 60 | 5D | 10 | 166 | 5D | 2C |
| Octal | 327 | 10 | 20 | 0 | 140 | 135 | 20 | 546 | 135 | 54 |
| Binary | 11010111 | 1000 | 10000 | 0 | 1100000 | 1011101 | 10000 | 101100110 | 1011101 | 101100 |
Color Harmonies of #D70810
Complementary color
Monochromatic Colors of #D70810
Black with #D70810
Text Example
Text Example
White with #D70810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70810; }
p { color: rgb(215,8,16); }
H1.HeaderClassName
{
color: #D70810;
}
.AnyTagClassName
{
color: #D70810;
}
</style>
background-color css
<style>
a { background-color: #D70810; }
a { background-color: rgb(215,8,16); }
div.DivClassName
{
background-color: #D70810;
}
.BgClassName
{
background-color: #D70810;
}
</style>
border-color css
<style>
span { border-color: #D70810; }
span { border-color: rgb(215,8,16); }
td.TdClassName
{
border-color: #D70810;
}
.TagClassName
{
border-color: #D70810;
}
</style>