Shades of Venetian Red #D50515
Tints of Venetian Red #D50515
RGB
CMYK
RGB Variations
Color information
#D50515 (or 0xD50515) is known color: Venetian Red. HEX triplet: D5, 05 and 15. RGB value is (213,5,21). Sum of RGB (Red+Green+Blue) = 213+5+21=239 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.12% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 213 - color contains mainly: red. Hex color #D50515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50515 is #2AFAEA. Grayscale: #454545. Windows color (decimal): -2816747 or 1377749. OLE color: 1377749.
HSL color Cylindrical-coordinate representation of color #D50515: hue angle of 355.38º 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 #D50515 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.16 |
| HSL | 355.38º | 0.95% | 0.43% | - |
| HSV(B) | 355.38º | 0.98% | 0.84% | - |
| XYZ | 27.63 | 14.31 | 2.02 | - |
| YUV | 69.02 | 100.91 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 21 | 0 | 0.98 | 0.90 | 0.16 | 355.38 | 0.95 | 0.43 |
| Hex | D5 | 5 | 15 | 0 | 62 | 5A | 10 | 163 | 5F | 2B |
| Octal | 325 | 5 | 25 | 0 | 142 | 132 | 20 | 543 | 137 | 53 |
| Binary | 11010101 | 101 | 10101 | 0 | 1100010 | 1011010 | 10000 | 101100011 | 1011111 | 101011 |
Color Harmonies of #D50515
Complementary color
Monochromatic Colors of #D50515
Black with #D50515
Text Example
Text Example
White with #D50515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50515; }
p { color: rgb(213,5,21); }
H1.HeaderClassName
{
color: #D50515;
}
.AnyTagClassName
{
color: #D50515;
}
</style>
background-color css
<style>
a { background-color: #D50515; }
a { background-color: rgb(213,5,21); }
div.DivClassName
{
background-color: #D50515;
}
.BgClassName
{
background-color: #D50515;
}
</style>
border-color css
<style>
span { border-color: #D50515; }
span { border-color: rgb(213,5,21); }
td.TdClassName
{
border-color: #D50515;
}
.TagClassName
{
border-color: #D50515;
}
</style>