Shades of Venetian Red #D50009
Tints of Venetian Red #D50009
RGB
CMYK
RGB Variations
Color information
#D50009 (or 0xD50009) is known color: Venetian Red. HEX triplet: D5, 00 and 09. RGB value is (213,0,9). Sum of RGB (Red+Green+Blue) = 213+0+9=222 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.95% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 213 - color contains mainly: red. Hex color #D50009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50009 is #2AFFF6. Grayscale: #404040. Windows color (decimal): -2818039 or 590037. OLE color: 590037.
HSL color Cylindrical-coordinate representation of color #D50009: hue angle of 357.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.16 |
| HSL | 357.46º | 1% | 0.42% | - |
| HSV(B) | 357.46º | 1% | 0.84% | - |
| XYZ | 27.49 | 14.17 | 1.54 | - |
| YUV | 64.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 9 | 0 | 1 | 0.96 | 0.16 | 357.46 | 1 | 0.42 |
| Hex | D5 | 0 | 9 | 0 | 64 | 60 | 10 | 165 | 64 | 2A |
| Octal | 325 | 0 | 11 | 0 | 144 | 140 | 20 | 545 | 144 | 52 |
| Binary | 11010101 | 0 | 1001 | 0 | 1100100 | 1100000 | 10000 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D50009
Complementary color
Monochromatic Colors of #D50009
Black with #D50009
Text Example
Text Example
White with #D50009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50009; }
p { color: rgb(213,0,9); }
H1.HeaderClassName
{
color: #D50009;
}
.AnyTagClassName
{
color: #D50009;
}
</style>
background-color css
<style>
a { background-color: #D50009; }
a { background-color: rgb(213,0,9); }
div.DivClassName
{
background-color: #D50009;
}
.BgClassName
{
background-color: #D50009;
}
</style>
border-color css
<style>
span { border-color: #D50009; }
span { border-color: rgb(213,0,9); }
td.TdClassName
{
border-color: #D50009;
}
.TagClassName
{
border-color: #D50009;
}
</style>