Shades of Venetian Red #D7010D
Tints of Venetian Red #D7010D
RGB
CMYK
RGB Variations
Color information
#D7010D (or 0xD7010D) is known color: Venetian Red. HEX triplet: D7, 01 and 0D. RGB value is (215,1,13). Sum of RGB (Red+Green+Blue) = 215+1+13=229 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.89% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 215 - color contains mainly: red. Hex color #D7010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7010D is #28FEF2. Grayscale: #424242. Windows color (decimal): -2686707 or 852439. OLE color: 852439.
HSL color Cylindrical-coordinate representation of color #D7010D: hue angle of 356.64º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.16 |
| HSL | 356.64º | 0.99% | 0.42% | - |
| HSV(B) | 356.64º | 1% | 0.84% | - |
| XYZ | 28.11 | 14.5 | 1.7 | - |
| YUV | 66.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 13 | 0 | 1.00 | 0.94 | 0.16 | 356.64 | 0.99 | 0.42 |
| Hex | D7 | 1 | D | 0 | 64 | 5E | 10 | 165 | 63 | 2A |
| Octal | 327 | 1 | 15 | 0 | 144 | 136 | 20 | 545 | 143 | 52 |
| Binary | 11010111 | 1 | 1101 | 0 | 1100100 | 1011110 | 10000 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D7010D
Complementary color
Monochromatic Colors of #D7010D
Black with #D7010D
Text Example
Text Example
White with #D7010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7010D; }
p { color: rgb(215,1,13); }
H1.HeaderClassName
{
color: #D7010D;
}
.AnyTagClassName
{
color: #D7010D;
}
</style>
background-color css
<style>
a { background-color: #D7010D; }
a { background-color: rgb(215,1,13); }
div.DivClassName
{
background-color: #D7010D;
}
.BgClassName
{
background-color: #D7010D;
}
</style>
border-color css
<style>
span { border-color: #D7010D; }
span { border-color: rgb(215,1,13); }
td.TdClassName
{
border-color: #D7010D;
}
.TagClassName
{
border-color: #D7010D;
}
</style>