Shades of Venetian Red #D80514
Tints of Venetian Red #D80514
RGB
CMYK
RGB Variations
Color information
#D80514 (or 0xD80514) is known color: Venetian Red. HEX triplet: D8, 05 and 14. RGB value is (216,5,20). Sum of RGB (Red+Green+Blue) = 216+5+20=241 (31% of max value = 765). Red value is 216 (84.77% from 255 or 89.63% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 216 - color contains mainly: red. Hex color #D80514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80514 is #27FAEB. Grayscale: #454545. Windows color (decimal): -2620140 or 1312216. OLE color: 1312216.
HSL color Cylindrical-coordinate representation of color #D80514: hue angle of 355.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80514 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.15 |
| HSL | 355.73º | 0.95% | 0.43% | - |
| HSV(B) | 355.73º | 0.98% | 0.85% | - |
| XYZ | 28.5 | 14.76 | 2.01 | - |
| YUV | 69.8 | 99.9 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 20 | 0 | 0.98 | 0.91 | 0.15 | 355.73 | 0.95 | 0.43 |
| Hex | D8 | 5 | 14 | 0 | 62 | 5B | F | 164 | 5F | 2B |
| Octal | 330 | 5 | 24 | 0 | 142 | 133 | 17 | 544 | 137 | 53 |
| Binary | 11011000 | 101 | 10100 | 0 | 1100010 | 1011011 | 1111 | 101100100 | 1011111 | 101011 |
Color Harmonies of #D80514
Complementary color
Monochromatic Colors of #D80514
Black with #D80514
Text Example
Text Example
White with #D80514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80514; }
p { color: rgb(216,5,20); }
H1.HeaderClassName
{
color: #D80514;
}
.AnyTagClassName
{
color: #D80514;
}
</style>
background-color css
<style>
a { background-color: #D80514; }
a { background-color: rgb(216,5,20); }
div.DivClassName
{
background-color: #D80514;
}
.BgClassName
{
background-color: #D80514;
}
</style>
border-color css
<style>
span { border-color: #D80514; }
span { border-color: rgb(216,5,20); }
td.TdClassName
{
border-color: #D80514;
}
.TagClassName
{
border-color: #D80514;
}
</style>