Shades of Venetian Red #D50513
Tints of Venetian Red #D50513
RGB
CMYK
RGB Variations
Color information
#D50513 (or 0xD50513) is known color: Venetian Red. HEX triplet: D5, 05 and 13. RGB value is (213,5,19). Sum of RGB (Red+Green+Blue) = 213+5+19=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D50513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50513 is #2AFAEC. Grayscale: #444444. Windows color (decimal): -2816749 or 1246677. OLE color: 1246677.
HSL color Cylindrical-coordinate representation of color #D50513: hue angle of 355.96º degrees, saturation: 0.95, 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 #D50513 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 19 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.16 |
| HSL | 355.96º | 0.95% | 0.43% | - |
| HSV(B) | 355.96º | 0.98% | 0.84% | - |
| XYZ | 27.61 | 14.3 | 1.92 | - |
| YUV | 68.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 19 | 0 | 0.98 | 0.91 | 0.16 | 355.96 | 0.95 | 0.43 |
| Hex | D5 | 5 | 13 | 0 | 62 | 5B | 10 | 164 | 5F | 2B |
| Octal | 325 | 5 | 23 | 0 | 142 | 133 | 20 | 544 | 137 | 53 |
| Binary | 11010101 | 101 | 10011 | 0 | 1100010 | 1011011 | 10000 | 101100100 | 1011111 | 101011 |
Color Harmonies of #D50513
Complementary color
Monochromatic Colors of #D50513
Black with #D50513
Text Example
Text Example
White with #D50513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50513; }
p { color: rgb(213,5,19); }
H1.HeaderClassName
{
color: #D50513;
}
.AnyTagClassName
{
color: #D50513;
}
</style>
background-color css
<style>
a { background-color: #D50513; }
a { background-color: rgb(213,5,19); }
div.DivClassName
{
background-color: #D50513;
}
.BgClassName
{
background-color: #D50513;
}
</style>
border-color css
<style>
span { border-color: #D50513; }
span { border-color: rgb(213,5,19); }
td.TdClassName
{
border-color: #D50513;
}
.TagClassName
{
border-color: #D50513;
}
</style>