Shades of Venetian Red #D51112
Tints of Venetian Red #D51112
RGB
CMYK
RGB Variations
Color information
#D51112 (or 0xD51112) is known color: Venetian Red. HEX triplet: D5, 11 and 12. RGB value is (213,17,18). Sum of RGB (Red+Green+Blue) = 213+17+18=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D51112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51112 is #2AEEED. Grayscale: #4B4B4B. Windows color (decimal): -2813678 or 1184213. OLE color: 1184213.
HSL color Cylindrical-coordinate representation of color #D51112: hue angle of 359.69º degrees, saturation: 0.85, 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 #D51112 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 18 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.16 |
| HSL | 359.69º | 0.85% | 0.45% | - |
| HSV(B) | 359.69º | 0.92% | 0.84% | - |
| XYZ | 27.75 | 14.59 | 1.93 | - |
| YUV | 75.72 | 95.43 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 18 | 0 | 0.92 | 0.92 | 0.16 | 359.69 | 0.85 | 0.45 |
| Hex | D5 | 11 | 12 | 0 | 5C | 5C | 10 | 168 | 55 | 2D |
| Octal | 325 | 21 | 22 | 0 | 134 | 134 | 20 | 550 | 125 | 55 |
| Binary | 11010101 | 10001 | 10010 | 0 | 1011100 | 1011100 | 10000 | 101101000 | 1010101 | 101101 |
Color Harmonies of #D51112
Complementary color
Monochromatic Colors of #D51112
Black with #D51112
Text Example
Text Example
White with #D51112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51112; }
p { color: rgb(213,17,18); }
H1.HeaderClassName
{
color: #D51112;
}
.AnyTagClassName
{
color: #D51112;
}
</style>
background-color css
<style>
a { background-color: #D51112; }
a { background-color: rgb(213,17,18); }
div.DivClassName
{
background-color: #D51112;
}
.BgClassName
{
background-color: #D51112;
}
</style>
border-color css
<style>
span { border-color: #D51112; }
span { border-color: rgb(213,17,18); }
td.TdClassName
{
border-color: #D51112;
}
.TagClassName
{
border-color: #D51112;
}
</style>