Shades of Venetian Red #D70010
Tints of Venetian Red #D70010
RGB
CMYK
RGB Variations
Color information
#D70010 (or 0xD70010) is known color: Venetian Red. HEX triplet: D7, 00 and 10. RGB value is (215,0,16). Sum of RGB (Red+Green+Blue) = 215+0+16=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D70010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70010 is #28FFEF. Grayscale: #424242. Windows color (decimal): -2686960 or 1048791. OLE color: 1048791.
HSL color Cylindrical-coordinate representation of color #D70010: hue angle of 355.53º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.16 |
| HSL | 355.53º | 1% | 0.42% | - |
| HSV(B) | 355.53º | 1% | 0.84% | - |
| XYZ | 28.12 | 14.48 | 1.8 | - |
| YUV | 66.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 16 | 0 | 1 | 0.93 | 0.16 | 355.53 | 1 | 0.42 |
| Hex | D7 | 0 | 10 | 0 | 64 | 5D | 10 | 164 | 64 | 2A |
| Octal | 327 | 0 | 20 | 0 | 144 | 135 | 20 | 544 | 144 | 52 |
| Binary | 11010111 | 0 | 10000 | 0 | 1100100 | 1011101 | 10000 | 101100100 | 1100100 | 101010 |
Color Harmonies of #D70010
Complementary color
Monochromatic Colors of #D70010
Black with #D70010
Text Example
Text Example
White with #D70010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70010; }
p { color: rgb(215,0,16); }
H1.HeaderClassName
{
color: #D70010;
}
.AnyTagClassName
{
color: #D70010;
}
</style>
background-color css
<style>
a { background-color: #D70010; }
a { background-color: rgb(215,0,16); }
div.DivClassName
{
background-color: #D70010;
}
.BgClassName
{
background-color: #D70010;
}
</style>
border-color css
<style>
span { border-color: #D70010; }
span { border-color: rgb(215,0,16); }
td.TdClassName
{
border-color: #D70010;
}
.TagClassName
{
border-color: #D70010;
}
</style>