Shades of Venetian Red #D50421
Tints of Venetian Red #D50421
RGB
CMYK
RGB Variations
Color information
#D50421 (or 0xD50421) is known color: Venetian Red. HEX triplet: D5, 04 and 21. RGB value is (213,4,33). Sum of RGB (Red+Green+Blue) = 213+4+33=250 (33% of max value = 765). Red value is 213 (83.59% from 255 or 85.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 213 - color contains mainly: red. Hex color #D50421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50421 is #2AFBDE. Grayscale: #454545. Windows color (decimal): -2816991 or 2163925. OLE color: 2163925.
HSL color Cylindrical-coordinate representation of color #D50421: hue angle of 351.67º 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 #D50421 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 33 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.16 |
| HSL | 351.67º | 0.96% | 0.43% | - |
| HSV(B) | 351.67º | 0.98% | 0.84% | - |
| XYZ | 27.76 | 14.34 | 2.74 | - |
| YUV | 69.8 | 107.24 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 33 | 0 | 0.98 | 0.85 | 0.16 | 351.67 | 0.96 | 0.43 |
| Hex | D5 | 4 | 21 | 0 | 62 | 55 | 10 | 160 | 60 | 2B |
| Octal | 325 | 4 | 41 | 0 | 142 | 125 | 20 | 540 | 140 | 53 |
| Binary | 11010101 | 100 | 100001 | 0 | 1100010 | 1010101 | 10000 | 101100000 | 1100000 | 101011 |
Color Harmonies of #D50421
Complementary color
Monochromatic Colors of #D50421
Black with #D50421
Text Example
Text Example
White with #D50421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50421; }
p { color: rgb(213,4,33); }
H1.HeaderClassName
{
color: #D50421;
}
.AnyTagClassName
{
color: #D50421;
}
</style>
background-color css
<style>
a { background-color: #D50421; }
a { background-color: rgb(213,4,33); }
div.DivClassName
{
background-color: #D50421;
}
.BgClassName
{
background-color: #D50421;
}
</style>
border-color css
<style>
span { border-color: #D50421; }
span { border-color: rgb(213,4,33); }
td.TdClassName
{
border-color: #D50421;
}
.TagClassName
{
border-color: #D50421;
}
</style>