Shades of Venetian Red #D7001E
Tints of Venetian Red #D7001E
RGB
CMYK
RGB Variations
Color information
#D7001E (or 0xD7001E) is known color: Venetian Red. HEX triplet: D7, 00 and 1E. RGB value is (215,0,30). Sum of RGB (Red+Green+Blue) = 215+0+30=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D7001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7001E is #28FFE1. Grayscale: #434343. Windows color (decimal): -2686946 or 1966295. OLE color: 1966295.
HSL color Cylindrical-coordinate representation of color #D7001E: hue angle of 351.63º 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 #D7001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.86 | 0.16 |
| HSL | 351.63º | 1% | 0.42% | - |
| HSV(B) | 351.63º | 1% | 0.84% | - |
| XYZ | 28.26 | 14.54 | 2.55 | - |
| YUV | 67.71 | 106.73 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 30 | 0 | 1 | 0.86 | 0.16 | 351.63 | 1 | 0.42 |
| Hex | D7 | 0 | 1E | 0 | 64 | 56 | 10 | 160 | 64 | 2A |
| Octal | 327 | 0 | 36 | 0 | 144 | 126 | 20 | 540 | 144 | 52 |
| Binary | 11010111 | 0 | 11110 | 0 | 1100100 | 1010110 | 10000 | 101100000 | 1100100 | 101010 |
Color Harmonies of #D7001E
Complementary color
Monochromatic Colors of #D7001E
Black with #D7001E
Text Example
Text Example
White with #D7001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7001E; }
p { color: rgb(215,0,30); }
H1.HeaderClassName
{
color: #D7001E;
}
.AnyTagClassName
{
color: #D7001E;
}
</style>
background-color css
<style>
a { background-color: #D7001E; }
a { background-color: rgb(215,0,30); }
div.DivClassName
{
background-color: #D7001E;
}
.BgClassName
{
background-color: #D7001E;
}
</style>
border-color css
<style>
span { border-color: #D7001E; }
span { border-color: rgb(215,0,30); }
td.TdClassName
{
border-color: #D7001E;
}
.TagClassName
{
border-color: #D7001E;
}
</style>