Shades of Venetian Red #D80912
Tints of Venetian Red #D80912
RGB
CMYK
RGB Variations
Color information
#D80912 (or 0xD80912) is known color: Venetian Red. HEX triplet: D8, 09 and 12. RGB value is (216,9,18). Sum of RGB (Red+Green+Blue) = 216+9+18=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80912 is #27F6ED. Grayscale: #484848. Windows color (decimal): -2619118 or 1182168. OLE color: 1182168.
HSL color Cylindrical-coordinate representation of color #D80912: hue angle of 357.39º 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 #D80912 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.15 |
| HSL | 357.39º | 0.92% | 0.44% | - |
| HSV(B) | 357.39º | 0.96% | 0.85% | - |
| XYZ | 28.53 | 14.84 | 1.93 | - |
| YUV | 71.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 18 | 0 | 0.96 | 0.92 | 0.15 | 357.39 | 0.92 | 0.44 |
| Hex | D8 | 9 | 12 | 0 | 60 | 5C | F | 165 | 5C | 2C |
| Octal | 330 | 11 | 22 | 0 | 140 | 134 | 17 | 545 | 134 | 54 |
| Binary | 11011000 | 1001 | 10010 | 0 | 1100000 | 1011100 | 1111 | 101100101 | 1011100 | 101100 |
Color Harmonies of #D80912
Complementary color
Monochromatic Colors of #D80912
Black with #D80912
Text Example
Text Example
White with #D80912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80912; }
p { color: rgb(216,9,18); }
H1.HeaderClassName
{
color: #D80912;
}
.AnyTagClassName
{
color: #D80912;
}
</style>
background-color css
<style>
a { background-color: #D80912; }
a { background-color: rgb(216,9,18); }
div.DivClassName
{
background-color: #D80912;
}
.BgClassName
{
background-color: #D80912;
}
</style>
border-color css
<style>
span { border-color: #D80912; }
span { border-color: rgb(216,9,18); }
td.TdClassName
{
border-color: #D80912;
}
.TagClassName
{
border-color: #D80912;
}
</style>