Shades of Venetian Red #D80E13
Tints of Venetian Red #D80E13
RGB
CMYK
RGB Variations
Color information
#D80E13 (or 0xD80E13) is known color: Venetian Red. HEX triplet: D8, 0E and 13. RGB value is (216,14,19). Sum of RGB (Red+Green+Blue) = 216+14+19=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80E13 is #27F1EC. Grayscale: #4B4B4B. Windows color (decimal): -2617837 or 1248984. OLE color: 1248984.
HSL color Cylindrical-coordinate representation of color #D80E13: hue angle of 358.51º degrees, saturation: 0.88, 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 #D80E13 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 19 | - |
| CMYK | 0 | 0.94 | 0.91 | 0.15 |
| HSL | 358.51º | 0.88% | 0.45% | - |
| HSV(B) | 358.51º | 0.94% | 0.85% | - |
| XYZ | 28.59 | 14.96 | 2 | - |
| YUV | 74.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 19 | 0 | 0.94 | 0.91 | 0.15 | 358.51 | 0.88 | 0.45 |
| Hex | D8 | E | 13 | 0 | 5E | 5B | F | 167 | 58 | 2D |
| Octal | 330 | 16 | 23 | 0 | 136 | 133 | 17 | 547 | 130 | 55 |
| Binary | 11011000 | 1110 | 10011 | 0 | 1011110 | 1011011 | 1111 | 101100111 | 1011000 | 101101 |
Color Harmonies of #D80E13
Complementary color
Monochromatic Colors of #D80E13
Black with #D80E13
Text Example
Text Example
White with #D80E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E13; }
p { color: rgb(216,14,19); }
H1.HeaderClassName
{
color: #D80E13;
}
.AnyTagClassName
{
color: #D80E13;
}
</style>
background-color css
<style>
a { background-color: #D80E13; }
a { background-color: rgb(216,14,19); }
div.DivClassName
{
background-color: #D80E13;
}
.BgClassName
{
background-color: #D80E13;
}
</style>
border-color css
<style>
span { border-color: #D80E13; }
span { border-color: rgb(216,14,19); }
td.TdClassName
{
border-color: #D80E13;
}
.TagClassName
{
border-color: #D80E13;
}
</style>