Shades of Venetian Red #D50220
Tints of Venetian Red #D50220
RGB
CMYK
RGB Variations
Color information
#D50220 (or 0xD50220) is known color: Venetian Red. HEX triplet: D5, 02 and 20. RGB value is (213,2,32). Sum of RGB (Red+Green+Blue) = 213+2+32=247 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.23% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 213 - color contains mainly: red. Hex color #D50220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50220 is #2AFDDF. Grayscale: #444444. Windows color (decimal): -2817504 or 2097877. OLE color: 2097877.
HSL color Cylindrical-coordinate representation of color #D50220: hue angle of 351.47º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50220 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.16 |
| HSL | 351.47º | 0.98% | 0.42% | - |
| HSV(B) | 351.47º | 0.99% | 0.84% | - |
| XYZ | 27.72 | 14.29 | 2.66 | - |
| YUV | 68.51 | 107.4 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 32 | 0 | 0.99 | 0.85 | 0.16 | 351.47 | 0.98 | 0.42 |
| Hex | D5 | 2 | 20 | 0 | 63 | 55 | 10 | 15F | 62 | 2A |
| Octal | 325 | 2 | 40 | 0 | 143 | 125 | 20 | 537 | 142 | 52 |
| Binary | 11010101 | 10 | 100000 | 0 | 1100011 | 1010101 | 10000 | 101011111 | 1100010 | 101010 |
Color Harmonies of #D50220
Complementary color
Monochromatic Colors of #D50220
Black with #D50220
Text Example
Text Example
White with #D50220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50220; }
p { color: rgb(213,2,32); }
H1.HeaderClassName
{
color: #D50220;
}
.AnyTagClassName
{
color: #D50220;
}
</style>
background-color css
<style>
a { background-color: #D50220; }
a { background-color: rgb(213,2,32); }
div.DivClassName
{
background-color: #D50220;
}
.BgClassName
{
background-color: #D50220;
}
</style>
border-color css
<style>
span { border-color: #D50220; }
span { border-color: rgb(213,2,32); }
td.TdClassName
{
border-color: #D50220;
}
.TagClassName
{
border-color: #D50220;
}
</style>