Shades of Venetian Red #D80C14
Tints of Venetian Red #D80C14
RGB
CMYK
RGB Variations
Color information
#D80C14 (or 0xD80C14) is known color: Venetian Red. HEX triplet: D8, 0C and 14. RGB value is (216,12,20). Sum of RGB (Red+Green+Blue) = 216+12+20=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80C14 is #27F3EB. Grayscale: #4A4A4A. Windows color (decimal): -2618348 or 1314008. OLE color: 1314008.
HSL color Cylindrical-coordinate representation of color #D80C14: hue angle of 357.65º 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 #D80C14 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 20 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.15 |
| HSL | 357.65º | 0.89% | 0.45% | - |
| HSV(B) | 357.65º | 0.94% | 0.85% | - |
| XYZ | 28.58 | 14.91 | 2.03 | - |
| YUV | 73.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 20 | 0 | 0.94 | 0.91 | 0.15 | 357.65 | 0.89 | 0.45 |
| Hex | D8 | C | 14 | 0 | 5E | 5B | F | 166 | 59 | 2D |
| Octal | 330 | 14 | 24 | 0 | 136 | 133 | 17 | 546 | 131 | 55 |
| Binary | 11011000 | 1100 | 10100 | 0 | 1011110 | 1011011 | 1111 | 101100110 | 1011001 | 101101 |
Color Harmonies of #D80C14
Complementary color
Monochromatic Colors of #D80C14
Black with #D80C14
Text Example
Text Example
White with #D80C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80C14; }
p { color: rgb(216,12,20); }
H1.HeaderClassName
{
color: #D80C14;
}
.AnyTagClassName
{
color: #D80C14;
}
</style>
background-color css
<style>
a { background-color: #D80C14; }
a { background-color: rgb(216,12,20); }
div.DivClassName
{
background-color: #D80C14;
}
.BgClassName
{
background-color: #D80C14;
}
</style>
border-color css
<style>
span { border-color: #D80C14; }
span { border-color: rgb(216,12,20); }
td.TdClassName
{
border-color: #D80C14;
}
.TagClassName
{
border-color: #D80C14;
}
</style>