Shades of Venetian Red #D70915
Tints of Venetian Red #D70915
RGB
CMYK
RGB Variations
Color information
#D70915 (or 0xD70915) is known color: Venetian Red. HEX triplet: D7, 09 and 15. RGB value is (215,9,21). Sum of RGB (Red+Green+Blue) = 215+9+21=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70915 is #28F6EA. Grayscale: #484848. Windows color (decimal): -2684651 or 1378775. OLE color: 1378775.
HSL color Cylindrical-coordinate representation of color #D70915: hue angle of 356.5º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70915 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.16 |
| HSL | 356.5º | 0.92% | 0.44% | - |
| HSV(B) | 356.5º | 0.96% | 0.84% | - |
| XYZ | 28.26 | 14.7 | 2.06 | - |
| YUV | 71.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 21 | 0 | 0.96 | 0.90 | 0.16 | 356.5 | 0.92 | 0.44 |
| Hex | D7 | 9 | 15 | 0 | 60 | 5A | 10 | 165 | 5C | 2C |
| Octal | 327 | 11 | 25 | 0 | 140 | 132 | 20 | 545 | 134 | 54 |
| Binary | 11010111 | 1001 | 10101 | 0 | 1100000 | 1011010 | 10000 | 101100101 | 1011100 | 101100 |
Color Harmonies of #D70915
Complementary color
Monochromatic Colors of #D70915
Black with #D70915
Text Example
Text Example
White with #D70915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70915; }
p { color: rgb(215,9,21); }
H1.HeaderClassName
{
color: #D70915;
}
.AnyTagClassName
{
color: #D70915;
}
</style>
background-color css
<style>
a { background-color: #D70915; }
a { background-color: rgb(215,9,21); }
div.DivClassName
{
background-color: #D70915;
}
.BgClassName
{
background-color: #D70915;
}
</style>
border-color css
<style>
span { border-color: #D70915; }
span { border-color: rgb(215,9,21); }
td.TdClassName
{
border-color: #D70915;
}
.TagClassName
{
border-color: #D70915;
}
</style>