Shades of Venetian Red #D50224
Tints of Venetian Red #D50224
RGB
CMYK
RGB Variations
Color information
#D50224 (or 0xD50224) is known color: Venetian Red. HEX triplet: D5, 02 and 24. RGB value is (213,2,36). Sum of RGB (Red+Green+Blue) = 213+2+36=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D50224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50224 is #2AFDDB. Grayscale: #454545. Windows color (decimal): -2817500 or 2360021. OLE color: 2360021.
HSL color Cylindrical-coordinate representation of color #D50224: hue angle of 350.33º 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 #D50224 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.16 |
| HSL | 350.33º | 0.98% | 0.42% | - |
| HSV(B) | 350.33º | 0.99% | 0.84% | - |
| XYZ | 27.78 | 14.32 | 2.97 | - |
| YUV | 68.97 | 109.4 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 36 | 0 | 0.99 | 0.83 | 0.16 | 350.33 | 0.98 | 0.42 |
| Hex | D5 | 2 | 24 | 0 | 63 | 53 | 10 | 15E | 62 | 2A |
| Octal | 325 | 2 | 44 | 0 | 143 | 123 | 20 | 536 | 142 | 52 |
| Binary | 11010101 | 10 | 100100 | 0 | 1100011 | 1010011 | 10000 | 101011110 | 1100010 | 101010 |
Color Harmonies of #D50224
Complementary color
Monochromatic Colors of #D50224
Black with #D50224
Text Example
Text Example
White with #D50224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50224; }
p { color: rgb(213,2,36); }
H1.HeaderClassName
{
color: #D50224;
}
.AnyTagClassName
{
color: #D50224;
}
</style>
background-color css
<style>
a { background-color: #D50224; }
a { background-color: rgb(213,2,36); }
div.DivClassName
{
background-color: #D50224;
}
.BgClassName
{
background-color: #D50224;
}
</style>
border-color css
<style>
span { border-color: #D50224; }
span { border-color: rgb(213,2,36); }
td.TdClassName
{
border-color: #D50224;
}
.TagClassName
{
border-color: #D50224;
}
</style>