Shades of Venetian Red #D50029
Tints of Venetian Red #D50029
RGB
CMYK
RGB Variations
Color information
#D50029 (or 0xD50029) is known color: Venetian Red. HEX triplet: D5, 00 and 29. RGB value is (213,0,41). Sum of RGB (Red+Green+Blue) = 213+0+41=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D50029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50029 is #2AFFD6. Grayscale: #444444. Windows color (decimal): -2818007 or 2687189. OLE color: 2687189.
HSL color Cylindrical-coordinate representation of color #D50029: hue angle of 348.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50029 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.81 | 0.16 |
| HSL | 348.45º | 1% | 0.42% | - |
| HSV(B) | 348.45º | 1% | 0.84% | - |
| XYZ | 27.84 | 14.31 | 3.39 | - |
| YUV | 68.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 41 | 0 | 1 | 0.81 | 0.16 | 348.45 | 1 | 0.42 |
| Hex | D5 | 0 | 29 | 0 | 64 | 51 | 10 | 15C | 64 | 2A |
| Octal | 325 | 0 | 51 | 0 | 144 | 121 | 20 | 534 | 144 | 52 |
| Binary | 11010101 | 0 | 101001 | 0 | 1100100 | 1010001 | 10000 | 101011100 | 1100100 | 101010 |
Color Harmonies of #D50029
Complementary color
Monochromatic Colors of #D50029
Black with #D50029
Text Example
Text Example
White with #D50029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50029; }
p { color: rgb(213,0,41); }
H1.HeaderClassName
{
color: #D50029;
}
.AnyTagClassName
{
color: #D50029;
}
</style>
background-color css
<style>
a { background-color: #D50029; }
a { background-color: rgb(213,0,41); }
div.DivClassName
{
background-color: #D50029;
}
.BgClassName
{
background-color: #D50029;
}
</style>
border-color css
<style>
span { border-color: #D50029; }
span { border-color: rgb(213,0,41); }
td.TdClassName
{
border-color: #D50029;
}
.TagClassName
{
border-color: #D50029;
}
</style>