Shades of Venetian Red #D70011
Tints of Venetian Red #D70011
RGB
CMYK
RGB Variations
Color information
#D70011 (or 0xD70011) is known color: Venetian Red. HEX triplet: D7, 00 and 11. RGB value is (215,0,17). Sum of RGB (Red+Green+Blue) = 215+0+17=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70011 is #28FFEE. Grayscale: #424242. Windows color (decimal): -2686959 or 1114327. OLE color: 1114327.
HSL color Cylindrical-coordinate representation of color #D70011: hue angle of 355.26º 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 #D70011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.92 | 0.16 |
| HSL | 355.26º | 1% | 0.42% | - |
| HSV(B) | 355.26º | 1% | 0.84% | - |
| XYZ | 28.13 | 14.49 | 1.84 | - |
| YUV | 66.22 | 100.23 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 17 | 0 | 1 | 0.92 | 0.16 | 355.26 | 1 | 0.42 |
| Hex | D7 | 0 | 11 | 0 | 64 | 5C | 10 | 163 | 64 | 2A |
| Octal | 327 | 0 | 21 | 0 | 144 | 134 | 20 | 543 | 144 | 52 |
| Binary | 11010111 | 0 | 10001 | 0 | 1100100 | 1011100 | 10000 | 101100011 | 1100100 | 101010 |
Color Harmonies of #D70011
Complementary color
Monochromatic Colors of #D70011
Black with #D70011
Text Example
Text Example
White with #D70011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70011; }
p { color: rgb(215,0,17); }
H1.HeaderClassName
{
color: #D70011;
}
.AnyTagClassName
{
color: #D70011;
}
</style>
background-color css
<style>
a { background-color: #D70011; }
a { background-color: rgb(215,0,17); }
div.DivClassName
{
background-color: #D70011;
}
.BgClassName
{
background-color: #D70011;
}
</style>
border-color css
<style>
span { border-color: #D70011; }
span { border-color: rgb(215,0,17); }
td.TdClassName
{
border-color: #D70011;
}
.TagClassName
{
border-color: #D70011;
}
</style>