Shades of Venetian Red #D20524
Tints of Venetian Red #D20524
RGB
CMYK
RGB Variations
Color information
#D20524 (or 0xD20524) is known color: Venetian Red. HEX triplet: D2, 05 and 24. RGB value is (210,5,36). Sum of RGB (Red+Green+Blue) = 210+5+36=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20524 is #2DFADB. Grayscale: #454545. Windows color (decimal): -3013340 or 2360786. OLE color: 2360786.
HSL color Cylindrical-coordinate representation of color #D20524: hue angle of 350.93º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 36 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.18 |
| HSL | 350.93º | 0.95% | 0.42% | - |
| HSV(B) | 350.93º | 0.98% | 0.82% | - |
| XYZ | 26.95 | 13.94 | 2.94 | - |
| YUV | 69.83 | 108.92 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 36 | 0 | 0.98 | 0.83 | 0.18 | 350.93 | 0.95 | 0.42 |
| Hex | D2 | 5 | 24 | 0 | 62 | 53 | 12 | 15F | 5F | 2A |
| Octal | 322 | 5 | 44 | 0 | 142 | 123 | 22 | 537 | 137 | 52 |
| Binary | 11010010 | 101 | 100100 | 0 | 1100010 | 1010011 | 10010 | 101011111 | 1011111 | 101010 |
Color Harmonies of #D20524
Complementary color
Monochromatic Colors of #D20524
Black with #D20524
Text Example
Text Example
White with #D20524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20524; }
p { color: rgb(210,5,36); }
H1.HeaderClassName
{
color: #D20524;
}
.AnyTagClassName
{
color: #D20524;
}
</style>
background-color css
<style>
a { background-color: #D20524; }
a { background-color: rgb(210,5,36); }
div.DivClassName
{
background-color: #D20524;
}
.BgClassName
{
background-color: #D20524;
}
</style>
border-color css
<style>
span { border-color: #D20524; }
span { border-color: rgb(210,5,36); }
td.TdClassName
{
border-color: #D20524;
}
.TagClassName
{
border-color: #D20524;
}
</style>