Shades of Venetian Red #D80C12
Tints of Venetian Red #D80C12
RGB
CMYK
RGB Variations
Color information
#D80C12 (or 0xD80C12) is known color: Venetian Red. HEX triplet: D8, 0C and 12. RGB value is (216,12,18). Sum of RGB (Red+Green+Blue) = 216+12+18=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C12 is #27F3ED. Grayscale: #494949. Windows color (decimal): -2618350 or 1182936. OLE color: 1182936.
HSL color Cylindrical-coordinate representation of color #D80C12: hue angle of 358.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80C12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.15 |
| HSL | 358.24º | 0.89% | 0.45% | - |
| HSV(B) | 358.24º | 0.94% | 0.85% | - |
| XYZ | 28.56 | 14.91 | 1.94 | - |
| YUV | 73.68 | 96.59 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 18 | 0 | 0.94 | 0.92 | 0.15 | 358.24 | 0.89 | 0.45 |
| Hex | D8 | C | 12 | 0 | 5E | 5C | F | 166 | 59 | 2D |
| Octal | 330 | 14 | 22 | 0 | 136 | 134 | 17 | 546 | 131 | 55 |
| Binary | 11011000 | 1100 | 10010 | 0 | 1011110 | 1011100 | 1111 | 101100110 | 1011001 | 101101 |
Color Harmonies of #D80C12
Complementary color
Monochromatic Colors of #D80C12
Black with #D80C12
Text Example
Text Example
White with #D80C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C12; }
p { color: rgb(216,12,18); }
H1.HeaderClassName
{
color: #D80C12;
}
.AnyTagClassName
{
color: #D80C12;
}
</style>
background-color css
<style>
a { background-color: #D80C12; }
a { background-color: rgb(216,12,18); }
div.DivClassName
{
background-color: #D80C12;
}
.BgClassName
{
background-color: #D80C12;
}
</style>
border-color css
<style>
span { border-color: #D80C12; }
span { border-color: rgb(216,12,18); }
td.TdClassName
{
border-color: #D80C12;
}
.TagClassName
{
border-color: #D80C12;
}
</style>