Shades of Venetian Red #D7010C
Tints of Venetian Red #D7010C
RGB
CMYK
RGB Variations
Color information
#D7010C (or 0xD7010C) is known color: Venetian Red. HEX triplet: D7, 01 and 0C. RGB value is (215,1,12). Sum of RGB (Red+Green+Blue) = 215+1+12=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D7010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7010C is #28FEF3. Grayscale: #424242. Windows color (decimal): -2686708 or 786903. OLE color: 786903.
HSL color Cylindrical-coordinate representation of color #D7010C: hue angle of 356.92º 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 #D7010C is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 12 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.16 |
| HSL | 356.92º | 0.99% | 0.42% | - |
| HSV(B) | 356.92º | 1% | 0.84% | - |
| XYZ | 28.1 | 14.5 | 1.66 | - |
| YUV | 66.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 12 | 0 | 1.00 | 0.94 | 0.16 | 356.92 | 0.99 | 0.42 |
| Hex | D7 | 1 | C | 0 | 64 | 5E | 10 | 165 | 63 | 2A |
| Octal | 327 | 1 | 14 | 0 | 144 | 136 | 20 | 545 | 143 | 52 |
| Binary | 11010111 | 1 | 1100 | 0 | 1100100 | 1011110 | 10000 | 101100101 | 1100011 | 101010 |
Color Harmonies of #D7010C
Complementary color
Monochromatic Colors of #D7010C
Black with #D7010C
Text Example
Text Example
White with #D7010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7010C; }
p { color: rgb(215,1,12); }
H1.HeaderClassName
{
color: #D7010C;
}
.AnyTagClassName
{
color: #D7010C;
}
</style>
background-color css
<style>
a { background-color: #D7010C; }
a { background-color: rgb(215,1,12); }
div.DivClassName
{
background-color: #D7010C;
}
.BgClassName
{
background-color: #D7010C;
}
</style>
border-color css
<style>
span { border-color: #D7010C; }
span { border-color: rgb(215,1,12); }
td.TdClassName
{
border-color: #D7010C;
}
.TagClassName
{
border-color: #D7010C;
}
</style>