Shades of Venetian Red #D51012
Tints of Venetian Red #D51012
RGB
CMYK
RGB Variations
Color information
#D51012 (or 0xD51012) is known color: Venetian Red. HEX triplet: D5, 10 and 12. RGB value is (213,16,18). Sum of RGB (Red+Green+Blue) = 213+16+18=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D51012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51012 is #2AEFED. Grayscale: #4B4B4B. Windows color (decimal): -2813934 or 1183957. OLE color: 1183957.
HSL color Cylindrical-coordinate representation of color #D51012: hue angle of 359.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51012 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.16 |
| HSL | 359.39º | 0.86% | 0.45% | - |
| HSV(B) | 359.39º | 0.92% | 0.84% | - |
| XYZ | 27.74 | 14.56 | 1.92 | - |
| YUV | 75.13 | 95.77 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 18 | 0 | 0.92 | 0.92 | 0.16 | 359.39 | 0.86 | 0.45 |
| Hex | D5 | 10 | 12 | 0 | 5C | 5C | 10 | 167 | 56 | 2D |
| Octal | 325 | 20 | 22 | 0 | 134 | 134 | 20 | 547 | 126 | 55 |
| Binary | 11010101 | 10000 | 10010 | 0 | 1011100 | 1011100 | 10000 | 101100111 | 1010110 | 101101 |
Color Harmonies of #D51012
Complementary color
Monochromatic Colors of #D51012
Black with #D51012
Text Example
Text Example
White with #D51012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51012; }
p { color: rgb(213,16,18); }
H1.HeaderClassName
{
color: #D51012;
}
.AnyTagClassName
{
color: #D51012;
}
</style>
background-color css
<style>
a { background-color: #D51012; }
a { background-color: rgb(213,16,18); }
div.DivClassName
{
background-color: #D51012;
}
.BgClassName
{
background-color: #D51012;
}
</style>
border-color css
<style>
span { border-color: #D51012; }
span { border-color: rgb(213,16,18); }
td.TdClassName
{
border-color: #D51012;
}
.TagClassName
{
border-color: #D51012;
}
</style>