Shades of Venetian Red #D60814
Tints of Venetian Red #D60814
RGB
CMYK
RGB Variations
Color information
#D60814 (or 0xD60814) is known color: Venetian Red. HEX triplet: D6, 08 and 14. RGB value is (214,8,20). Sum of RGB (Red+Green+Blue) = 214+8+20=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60814 is #29F7EB. Grayscale: #474747. Windows color (decimal): -2750444 or 1312982. OLE color: 1312982.
HSL color Cylindrical-coordinate representation of color #D60814: hue angle of 356.5º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60814 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 20 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.16 |
| HSL | 356.5º | 0.93% | 0.44% | - |
| HSV(B) | 356.5º | 0.96% | 0.84% | - |
| XYZ | 27.94 | 14.52 | 1.99 | - |
| YUV | 70.96 | 99.25 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 20 | 0 | 0.96 | 0.91 | 0.16 | 356.5 | 0.93 | 0.44 |
| Hex | D6 | 8 | 14 | 0 | 60 | 5B | 10 | 165 | 5D | 2C |
| Octal | 326 | 10 | 24 | 0 | 140 | 133 | 20 | 545 | 135 | 54 |
| Binary | 11010110 | 1000 | 10100 | 0 | 1100000 | 1011011 | 10000 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D60814
Complementary color
Monochromatic Colors of #D60814
Black with #D60814
Text Example
Text Example
White with #D60814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60814; }
p { color: rgb(214,8,20); }
H1.HeaderClassName
{
color: #D60814;
}
.AnyTagClassName
{
color: #D60814;
}
</style>
background-color css
<style>
a { background-color: #D60814; }
a { background-color: rgb(214,8,20); }
div.DivClassName
{
background-color: #D60814;
}
.BgClassName
{
background-color: #D60814;
}
</style>
border-color css
<style>
span { border-color: #D60814; }
span { border-color: rgb(214,8,20); }
td.TdClassName
{
border-color: #D60814;
}
.TagClassName
{
border-color: #D60814;
}
</style>