Shades of Venetian Red #D50C15
Tints of Venetian Red #D50C15
RGB
CMYK
RGB Variations
Color information
#D50C15 (or 0xD50C15) is known color: Venetian Red. HEX triplet: D5, 0C and 15. RGB value is (213,12,21). Sum of RGB (Red+Green+Blue) = 213+12+21=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50C15 is #2AF3EA. Grayscale: #494949. Windows color (decimal): -2814955 or 1379541. OLE color: 1379541.
HSL color Cylindrical-coordinate representation of color #D50C15: hue angle of 357.31º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.16 |
| HSL | 357.31º | 0.89% | 0.44% | - |
| HSV(B) | 357.31º | 0.94% | 0.84% | - |
| XYZ | 27.71 | 14.46 | 2.04 | - |
| YUV | 73.13 | 98.59 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 21 | 0 | 0.94 | 0.90 | 0.16 | 357.31 | 0.89 | 0.44 |
| Hex | D5 | C | 15 | 0 | 5E | 5A | 10 | 165 | 59 | 2C |
| Octal | 325 | 14 | 25 | 0 | 136 | 132 | 20 | 545 | 131 | 54 |
| Binary | 11010101 | 1100 | 10101 | 0 | 1011110 | 1011010 | 10000 | 101100101 | 1011001 | 101100 |
Color Harmonies of #D50C15
Complementary color
Monochromatic Colors of #D50C15
Black with #D50C15
Text Example
Text Example
White with #D50C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C15; }
p { color: rgb(213,12,21); }
H1.HeaderClassName
{
color: #D50C15;
}
.AnyTagClassName
{
color: #D50C15;
}
</style>
background-color css
<style>
a { background-color: #D50C15; }
a { background-color: rgb(213,12,21); }
div.DivClassName
{
background-color: #D50C15;
}
.BgClassName
{
background-color: #D50C15;
}
</style>
border-color css
<style>
span { border-color: #D50C15; }
span { border-color: rgb(213,12,21); }
td.TdClassName
{
border-color: #D50C15;
}
.TagClassName
{
border-color: #D50C15;
}
</style>