Shades of Venetian Red #D50715
Tints of Venetian Red #D50715
RGB
CMYK
RGB Variations
Color information
#D50715 (or 0xD50715) is known color: Venetian Red. HEX triplet: D5, 07 and 15. RGB value is (213,7,21). Sum of RGB (Red+Green+Blue) = 213+7+21=241 (31% of max value = 765). Red value is 213 (83.59% from 255 or 88.38% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 213 - color contains mainly: red. Hex color #D50715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50715 is #2AF8EA. Grayscale: #464646. Windows color (decimal): -2816235 or 1378261. OLE color: 1378261.
HSL color Cylindrical-coordinate representation of color #D50715: hue angle of 355.92º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.16 |
| HSL | 355.92º | 0.94% | 0.43% | - |
| HSV(B) | 355.92º | 0.97% | 0.84% | - |
| XYZ | 27.65 | 14.35 | 2.02 | - |
| YUV | 70.19 | 100.25 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 21 | 0 | 0.97 | 0.90 | 0.16 | 355.92 | 0.94 | 0.43 |
| Hex | D5 | 7 | 15 | 0 | 61 | 5A | 10 | 164 | 5E | 2B |
| Octal | 325 | 7 | 25 | 0 | 141 | 132 | 20 | 544 | 136 | 53 |
| Binary | 11010101 | 111 | 10101 | 0 | 1100001 | 1011010 | 10000 | 101100100 | 1011110 | 101011 |
Color Harmonies of #D50715
Complementary color
Monochromatic Colors of #D50715
Black with #D50715
Text Example
Text Example
White with #D50715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50715; }
p { color: rgb(213,7,21); }
H1.HeaderClassName
{
color: #D50715;
}
.AnyTagClassName
{
color: #D50715;
}
</style>
background-color css
<style>
a { background-color: #D50715; }
a { background-color: rgb(213,7,21); }
div.DivClassName
{
background-color: #D50715;
}
.BgClassName
{
background-color: #D50715;
}
</style>
border-color css
<style>
span { border-color: #D50715; }
span { border-color: rgb(213,7,21); }
td.TdClassName
{
border-color: #D50715;
}
.TagClassName
{
border-color: #D50715;
}
</style>