Shades of Venetian Red #D70115
Tints of Venetian Red #D70115
RGB
CMYK
RGB Variations
Color information
#D70115 (or 0xD70115) is known color: Venetian Red. HEX triplet: D7, 01 and 15. RGB value is (215,1,21). Sum of RGB (Red+Green+Blue) = 215+1+21=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D70115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70115 is #28FEEA. Grayscale: #434343. Windows color (decimal): -2686699 or 1376727. OLE color: 1376727.
HSL color Cylindrical-coordinate representation of color #D70115: hue angle of 354.39º 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 #D70115 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 21 | - |
| CMYK | 0 | 1.00 | 0.90 | 0.16 |
| HSL | 354.39º | 0.99% | 0.42% | - |
| HSV(B) | 354.39º | 1% | 0.84% | - |
| XYZ | 28.17 | 14.52 | 2.03 | - |
| YUV | 67.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 21 | 0 | 1.00 | 0.90 | 0.16 | 354.39 | 0.99 | 0.42 |
| Hex | D7 | 1 | 15 | 0 | 64 | 5A | 10 | 162 | 63 | 2A |
| Octal | 327 | 1 | 25 | 0 | 144 | 132 | 20 | 542 | 143 | 52 |
| Binary | 11010111 | 1 | 10101 | 0 | 1100100 | 1011010 | 10000 | 101100010 | 1100011 | 101010 |
Color Harmonies of #D70115
Complementary color
Monochromatic Colors of #D70115
Black with #D70115
Text Example
Text Example
White with #D70115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70115; }
p { color: rgb(215,1,21); }
H1.HeaderClassName
{
color: #D70115;
}
.AnyTagClassName
{
color: #D70115;
}
</style>
background-color css
<style>
a { background-color: #D70115; }
a { background-color: rgb(215,1,21); }
div.DivClassName
{
background-color: #D70115;
}
.BgClassName
{
background-color: #D70115;
}
</style>
border-color css
<style>
span { border-color: #D70115; }
span { border-color: rgb(215,1,21); }
td.TdClassName
{
border-color: #D70115;
}
.TagClassName
{
border-color: #D70115;
}
</style>