Shades of Venetian Red #D80915
Tints of Venetian Red #D80915
RGB
CMYK
RGB Variations
Color information
#D80915 (or 0xD80915) is known color: Venetian Red. HEX triplet: D8, 09 and 15. RGB value is (216,9,21). Sum of RGB (Red+Green+Blue) = 216+9+21=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D80915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80915 is #27F6EA. Grayscale: #484848. Windows color (decimal): -2619115 or 1378776. OLE color: 1378776.
HSL color Cylindrical-coordinate representation of color #D80915: hue angle of 356.52º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80915 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.15 |
| HSL | 356.52º | 0.92% | 0.44% | - |
| HSV(B) | 356.52º | 0.96% | 0.85% | - |
| XYZ | 28.55 | 14.85 | 2.07 | - |
| YUV | 72.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 21 | 0 | 0.96 | 0.90 | 0.15 | 356.52 | 0.92 | 0.44 |
| Hex | D8 | 9 | 15 | 0 | 60 | 5A | F | 165 | 5C | 2C |
| Octal | 330 | 11 | 25 | 0 | 140 | 132 | 17 | 545 | 134 | 54 |
| Binary | 11011000 | 1001 | 10101 | 0 | 1100000 | 1011010 | 1111 | 101100101 | 1011100 | 101100 |
Color Harmonies of #D80915
Complementary color
Monochromatic Colors of #D80915
Black with #D80915
Text Example
Text Example
White with #D80915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80915; }
p { color: rgb(216,9,21); }
H1.HeaderClassName
{
color: #D80915;
}
.AnyTagClassName
{
color: #D80915;
}
</style>
background-color css
<style>
a { background-color: #D80915; }
a { background-color: rgb(216,9,21); }
div.DivClassName
{
background-color: #D80915;
}
.BgClassName
{
background-color: #D80915;
}
</style>
border-color css
<style>
span { border-color: #D80915; }
span { border-color: rgb(216,9,21); }
td.TdClassName
{
border-color: #D80915;
}
.TagClassName
{
border-color: #D80915;
}
</style>