Shades of Venetian Red #D50709
Tints of Venetian Red #D50709
RGB
CMYK
RGB Variations
Color information
#D50709 (or 0xD50709) is known color: Venetian Red. HEX triplet: D5, 07 and 09. RGB value is (213,7,9). Sum of RGB (Red+Green+Blue) = 213+7+9=229 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.01% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 213 - color contains mainly: red. Hex color #D50709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50709 is #2AF8F6. Grayscale: #454545. Windows color (decimal): -2816247 or 591829. OLE color: 591829.
HSL color Cylindrical-coordinate representation of color #D50709: hue angle of 359.42º 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 #D50709 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 9 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.16 |
| HSL | 359.42º | 0.94% | 0.43% | - |
| HSV(B) | 359.42º | 0.97% | 0.84% | - |
| XYZ | 27.57 | 14.32 | 1.57 | - |
| YUV | 68.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 9 | 0 | 0.97 | 0.96 | 0.16 | 359.42 | 0.94 | 0.43 |
| Hex | D5 | 7 | 9 | 0 | 61 | 60 | 10 | 167 | 5E | 2B |
| Octal | 325 | 7 | 11 | 0 | 141 | 140 | 20 | 547 | 136 | 53 |
| Binary | 11010101 | 111 | 1001 | 0 | 1100001 | 1100000 | 10000 | 101100111 | 1011110 | 101011 |
Color Harmonies of #D50709
Complementary color
Monochromatic Colors of #D50709
Black with #D50709
Text Example
Text Example
White with #D50709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50709; }
p { color: rgb(213,7,9); }
H1.HeaderClassName
{
color: #D50709;
}
.AnyTagClassName
{
color: #D50709;
}
</style>
background-color css
<style>
a { background-color: #D50709; }
a { background-color: rgb(213,7,9); }
div.DivClassName
{
background-color: #D50709;
}
.BgClassName
{
background-color: #D50709;
}
</style>
border-color css
<style>
span { border-color: #D50709; }
span { border-color: rgb(213,7,9); }
td.TdClassName
{
border-color: #D50709;
}
.TagClassName
{
border-color: #D50709;
}
</style>