Shades of Venetian Red #D60812
Tints of Venetian Red #D60812
RGB
CMYK
RGB Variations
Color information
#D60812 (or 0xD60812) is known color: Venetian Red. HEX triplet: D6, 08 and 12. RGB value is (214,8,18). Sum of RGB (Red+Green+Blue) = 214+8+18=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60812 is #29F7ED. Grayscale: #464646. Windows color (decimal): -2750446 or 1181910. OLE color: 1181910.
HSL color Cylindrical-coordinate representation of color #D60812: hue angle of 357.09º 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 #D60812 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 18 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.16 |
| HSL | 357.09º | 0.93% | 0.44% | - |
| HSV(B) | 357.09º | 0.96% | 0.84% | - |
| XYZ | 27.93 | 14.51 | 1.9 | - |
| YUV | 70.73 | 98.25 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 18 | 0 | 0.96 | 0.92 | 0.16 | 357.09 | 0.93 | 0.44 |
| Hex | D6 | 8 | 12 | 0 | 60 | 5C | 10 | 165 | 5D | 2C |
| Octal | 326 | 10 | 22 | 0 | 140 | 134 | 20 | 545 | 135 | 54 |
| Binary | 11010110 | 1000 | 10010 | 0 | 1100000 | 1011100 | 10000 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D60812
Complementary color
Monochromatic Colors of #D60812
Black with #D60812
Text Example
Text Example
White with #D60812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60812; }
p { color: rgb(214,8,18); }
H1.HeaderClassName
{
color: #D60812;
}
.AnyTagClassName
{
color: #D60812;
}
</style>
background-color css
<style>
a { background-color: #D60812; }
a { background-color: rgb(214,8,18); }
div.DivClassName
{
background-color: #D60812;
}
.BgClassName
{
background-color: #D60812;
}
</style>
border-color css
<style>
span { border-color: #D60812; }
span { border-color: rgb(214,8,18); }
td.TdClassName
{
border-color: #D60812;
}
.TagClassName
{
border-color: #D60812;
}
</style>