Shades of Venetian Red #D50422
Tints of Venetian Red #D50422
RGB
CMYK
RGB Variations
Color information
#D50422 (or 0xD50422) is known color: Venetian Red. HEX triplet: D5, 04 and 22. RGB value is (213,4,34). Sum of RGB (Red+Green+Blue) = 213+4+34=251 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.86% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 213 - color contains mainly: red. Hex color #D50422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50422 is #2AFBDD. Grayscale: #464646. Windows color (decimal): -2816990 or 2229461. OLE color: 2229461.
HSL color Cylindrical-coordinate representation of color #D50422: hue angle of 351.39º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50422 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 34 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.16 |
| HSL | 351.39º | 0.96% | 0.43% | - |
| HSV(B) | 351.39º | 0.98% | 0.84% | - |
| XYZ | 27.77 | 14.35 | 2.82 | - |
| YUV | 69.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 34 | 0 | 0.98 | 0.84 | 0.16 | 351.39 | 0.96 | 0.43 |
| Hex | D5 | 4 | 22 | 0 | 62 | 54 | 10 | 15F | 60 | 2B |
| Octal | 325 | 4 | 42 | 0 | 142 | 124 | 20 | 537 | 140 | 53 |
| Binary | 11010101 | 100 | 100010 | 0 | 1100010 | 1010100 | 10000 | 101011111 | 1100000 | 101011 |
Color Harmonies of #D50422
Complementary color
Monochromatic Colors of #D50422
Black with #D50422
Text Example
Text Example
White with #D50422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50422; }
p { color: rgb(213,4,34); }
H1.HeaderClassName
{
color: #D50422;
}
.AnyTagClassName
{
color: #D50422;
}
</style>
background-color css
<style>
a { background-color: #D50422; }
a { background-color: rgb(213,4,34); }
div.DivClassName
{
background-color: #D50422;
}
.BgClassName
{
background-color: #D50422;
}
</style>
border-color css
<style>
span { border-color: #D50422; }
span { border-color: rgb(213,4,34); }
td.TdClassName
{
border-color: #D50422;
}
.TagClassName
{
border-color: #D50422;
}
</style>