Shades of Venetian Red #D40516
Tints of Venetian Red #D40516
RGB
CMYK
RGB Variations
Color information
#D40516 (or 0xD40516) is known color: Venetian Red. HEX triplet: D4, 05 and 16. RGB value is (212,5,22). Sum of RGB (Red+Green+Blue) = 212+5+22=239 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.70% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 212 - color contains mainly: red. Hex color #D40516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40516 is #2BFAE9. Grayscale: #444444. Windows color (decimal): -2882282 or 1443284. OLE color: 1443284.
HSL color Cylindrical-coordinate representation of color #D40516: hue angle of 355.07º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40516 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 22 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.17 |
| HSL | 355.07º | 0.95% | 0.43% | - |
| HSV(B) | 355.07º | 0.98% | 0.83% | - |
| XYZ | 27.35 | 14.16 | 2.05 | - |
| YUV | 68.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 22 | 0 | 0.98 | 0.90 | 0.17 | 355.07 | 0.95 | 0.43 |
| Hex | D4 | 5 | 16 | 0 | 62 | 5A | 11 | 163 | 5F | 2B |
| Octal | 324 | 5 | 26 | 0 | 142 | 132 | 21 | 543 | 137 | 53 |
| Binary | 11010100 | 101 | 10110 | 0 | 1100010 | 1011010 | 10001 | 101100011 | 1011111 | 101011 |
Color Harmonies of #D40516
Complementary color
Monochromatic Colors of #D40516
Black with #D40516
Text Example
Text Example
White with #D40516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40516; }
p { color: rgb(212,5,22); }
H1.HeaderClassName
{
color: #D40516;
}
.AnyTagClassName
{
color: #D40516;
}
</style>
background-color css
<style>
a { background-color: #D40516; }
a { background-color: rgb(212,5,22); }
div.DivClassName
{
background-color: #D40516;
}
.BgClassName
{
background-color: #D40516;
}
</style>
border-color css
<style>
span { border-color: #D40516; }
span { border-color: rgb(212,5,22); }
td.TdClassName
{
border-color: #D40516;
}
.TagClassName
{
border-color: #D40516;
}
</style>