Shades of Venetian Red #D50028
Tints of Venetian Red #D50028
RGB
CMYK
RGB Variations
Color information
#D50028 (or 0xD50028) is known color: Venetian Red. HEX triplet: D5, 00 and 28. RGB value is (213,0,40). Sum of RGB (Red+Green+Blue) = 213+0+40=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50028 is #2AFFD7. Grayscale: #444444. Windows color (decimal): -2818008 or 2621653. OLE color: 2621653.
HSL color Cylindrical-coordinate representation of color #D50028: hue angle of 348.73º 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 #D50028 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.81 | 0.16 |
| HSL | 348.73º | 1% | 0.42% | - |
| HSV(B) | 348.73º | 1% | 0.84% | - |
| XYZ | 27.82 | 14.3 | 3.3 | - |
| YUV | 68.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 40 | 0 | 1 | 0.81 | 0.16 | 348.73 | 1 | 0.42 |
| Hex | D5 | 0 | 28 | 0 | 64 | 51 | 10 | 15D | 64 | 2A |
| Octal | 325 | 0 | 50 | 0 | 144 | 121 | 20 | 535 | 144 | 52 |
| Binary | 11010101 | 0 | 101000 | 0 | 1100100 | 1010001 | 10000 | 101011101 | 1100100 | 101010 |
Color Harmonies of #D50028
Complementary color
Monochromatic Colors of #D50028
Black with #D50028
Text Example
Text Example
White with #D50028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50028; }
p { color: rgb(213,0,40); }
H1.HeaderClassName
{
color: #D50028;
}
.AnyTagClassName
{
color: #D50028;
}
</style>
background-color css
<style>
a { background-color: #D50028; }
a { background-color: rgb(213,0,40); }
div.DivClassName
{
background-color: #D50028;
}
.BgClassName
{
background-color: #D50028;
}
</style>
border-color css
<style>
span { border-color: #D50028; }
span { border-color: rgb(213,0,40); }
td.TdClassName
{
border-color: #D50028;
}
.TagClassName
{
border-color: #D50028;
}
</style>