Shades of Venetian Red #D70002
Tints of Venetian Red #D70002
RGB
CMYK
RGB Variations
Color information
#D70002 (or 0xD70002) is known color: Venetian Red. HEX triplet: D7, 00 and 02. RGB value is (215,0,2). Sum of RGB (Red+Green+Blue) = 215+0+2=217 (28% of max value = 765). Red value is 215 (84.38% from 255 or 99.08% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 215 - color contains mainly: red. Hex color #D70002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70002 is #28FFFD. Grayscale: #404040. Windows color (decimal): -2686974 or 131287. OLE color: 131287.
HSL color Cylindrical-coordinate representation of color #D70002: hue angle of 359.44º 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 #D70002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.16 |
| HSL | 359.44º | 1% | 0.42% | - |
| HSV(B) | 359.44º | 1% | 0.84% | - |
| XYZ | 28.04 | 14.45 | 1.37 | - |
| YUV | 64.51 | 92.73 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 2 | 0 | 1 | 0.99 | 0.16 | 359.44 | 1 | 0.42 |
| Hex | D7 | 0 | 2 | 0 | 64 | 63 | 10 | 167 | 64 | 2A |
| Octal | 327 | 0 | 2 | 0 | 144 | 143 | 20 | 547 | 144 | 52 |
| Binary | 11010111 | 0 | 10 | 0 | 1100100 | 1100011 | 10000 | 101100111 | 1100100 | 101010 |
Color Harmonies of #D70002
Complementary color
Monochromatic Colors of #D70002
Black with #D70002
Text Example
Text Example
White with #D70002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70002; }
p { color: rgb(215,0,2); }
H1.HeaderClassName
{
color: #D70002;
}
.AnyTagClassName
{
color: #D70002;
}
</style>
background-color css
<style>
a { background-color: #D70002; }
a { background-color: rgb(215,0,2); }
div.DivClassName
{
background-color: #D70002;
}
.BgClassName
{
background-color: #D70002;
}
</style>
border-color css
<style>
span { border-color: #D70002; }
span { border-color: rgb(215,0,2); }
td.TdClassName
{
border-color: #D70002;
}
.TagClassName
{
border-color: #D70002;
}
</style>