Shades of Venetian Red #D50509
Tints of Venetian Red #D50509
RGB
CMYK
RGB Variations
Color information
#D50509 (or 0xD50509) is known color: Venetian Red. HEX triplet: D5, 05 and 09. RGB value is (213,5,9). Sum of RGB (Red+Green+Blue) = 213+5+9=227 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.83% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 213 - color contains mainly: red. Hex color #D50509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50509 is #2AFAF6. Grayscale: #434343. Windows color (decimal): -2816759 or 591317. OLE color: 591317.
HSL color Cylindrical-coordinate representation of color #D50509: hue angle of 358.85º 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 #D50509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.16 |
| HSL | 358.85º | 0.95% | 0.43% | - |
| HSV(B) | 358.85º | 0.98% | 0.84% | - |
| XYZ | 27.54 | 14.27 | 1.56 | - |
| YUV | 67.65 | 94.91 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 9 | 0 | 0.98 | 0.96 | 0.16 | 358.85 | 0.95 | 0.43 |
| Hex | D5 | 5 | 9 | 0 | 62 | 60 | 10 | 167 | 5F | 2B |
| Octal | 325 | 5 | 11 | 0 | 142 | 140 | 20 | 547 | 137 | 53 |
| Binary | 11010101 | 101 | 1001 | 0 | 1100010 | 1100000 | 10000 | 101100111 | 1011111 | 101011 |
Color Harmonies of #D50509
Complementary color
Monochromatic Colors of #D50509
Black with #D50509
Text Example
Text Example
White with #D50509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50509; }
p { color: rgb(213,5,9); }
H1.HeaderClassName
{
color: #D50509;
}
.AnyTagClassName
{
color: #D50509;
}
</style>
background-color css
<style>
a { background-color: #D50509; }
a { background-color: rgb(213,5,9); }
div.DivClassName
{
background-color: #D50509;
}
.BgClassName
{
background-color: #D50509;
}
</style>
border-color css
<style>
span { border-color: #D50509; }
span { border-color: rgb(213,5,9); }
td.TdClassName
{
border-color: #D50509;
}
.TagClassName
{
border-color: #D50509;
}
</style>