Shades of Venetian Red #D40520
Tints of Venetian Red #D40520
RGB
CMYK
RGB Variations
Color information
#D40520 (or 0xD40520) is known color: Venetian Red. HEX triplet: D4, 05 and 20. RGB value is (212,5,32). Sum of RGB (Red+Green+Blue) = 212+5+32=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D40520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40520 is #2BFADF. Grayscale: #464646. Windows color (decimal): -2882272 or 2098644. OLE color: 2098644.
HSL color Cylindrical-coordinate representation of color #D40520: hue angle of 352.17º 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 #D40520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 32 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.17 |
| HSL | 352.17º | 0.95% | 0.43% | - |
| HSV(B) | 352.17º | 0.98% | 0.83% | - |
| XYZ | 27.47 | 14.21 | 2.66 | - |
| YUV | 69.97 | 106.58 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 32 | 0 | 0.98 | 0.85 | 0.17 | 352.17 | 0.95 | 0.43 |
| Hex | D4 | 5 | 20 | 0 | 62 | 55 | 11 | 160 | 5F | 2B |
| Octal | 324 | 5 | 40 | 0 | 142 | 125 | 21 | 540 | 137 | 53 |
| Binary | 11010100 | 101 | 100000 | 0 | 1100010 | 1010101 | 10001 | 101100000 | 1011111 | 101011 |
Color Harmonies of #D40520
Complementary color
Monochromatic Colors of #D40520
Black with #D40520
Text Example
Text Example
White with #D40520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40520; }
p { color: rgb(212,5,32); }
H1.HeaderClassName
{
color: #D40520;
}
.AnyTagClassName
{
color: #D40520;
}
</style>
background-color css
<style>
a { background-color: #D40520; }
a { background-color: rgb(212,5,32); }
div.DivClassName
{
background-color: #D40520;
}
.BgClassName
{
background-color: #D40520;
}
</style>
border-color css
<style>
span { border-color: #D40520; }
span { border-color: rgb(212,5,32); }
td.TdClassName
{
border-color: #D40520;
}
.TagClassName
{
border-color: #D40520;
}
</style>