Shades of Venetian Red #D50D0F
Tints of Venetian Red #D50D0F
RGB
CMYK
RGB Variations
Color information
#D50D0F (or 0xD50D0F) is known color: Venetian Red. HEX triplet: D5, 0D and 0F. RGB value is (213,13,15). Sum of RGB (Red+Green+Blue) = 213+13+15=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D0F is #2AF2F0. Grayscale: #494949. Windows color (decimal): -2814705 or 986581. OLE color: 986581.
HSL color Cylindrical-coordinate representation of color #D50D0F: hue angle of 359.4º degrees, saturation: 0.88, 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 #D50D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 15 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.16 |
| HSL | 359.4º | 0.88% | 0.44% | - |
| HSV(B) | 359.4º | 0.94% | 0.84% | - |
| XYZ | 27.67 | 14.47 | 1.79 | - |
| YUV | 73.03 | 95.26 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 15 | 0 | 0.94 | 0.93 | 0.16 | 359.4 | 0.88 | 0.44 |
| Hex | D5 | D | F | 0 | 5E | 5D | 10 | 167 | 58 | 2C |
| Octal | 325 | 15 | 17 | 0 | 136 | 135 | 20 | 547 | 130 | 54 |
| Binary | 11010101 | 1101 | 1111 | 0 | 1011110 | 1011101 | 10000 | 101100111 | 1011000 | 101100 |
Color Harmonies of #D50D0F
Complementary color
Monochromatic Colors of #D50D0F
Black with #D50D0F
Text Example
Text Example
White with #D50D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D0F; }
p { color: rgb(213,13,15); }
H1.HeaderClassName
{
color: #D50D0F;
}
.AnyTagClassName
{
color: #D50D0F;
}
</style>
background-color css
<style>
a { background-color: #D50D0F; }
a { background-color: rgb(213,13,15); }
div.DivClassName
{
background-color: #D50D0F;
}
.BgClassName
{
background-color: #D50D0F;
}
</style>
border-color css
<style>
span { border-color: #D50D0F; }
span { border-color: rgb(213,13,15); }
td.TdClassName
{
border-color: #D50D0F;
}
.TagClassName
{
border-color: #D50D0F;
}
</style>