Shades of Venetian Red #D40009
Tints of Venetian Red #D40009
RGB
CMYK
RGB Variations
Color information
#D40009 (or 0xD40009) is known color: Venetian Red. HEX triplet: D4, 00 and 09. RGB value is (212,0,9). Sum of RGB (Red+Green+Blue) = 212+0+9=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40009 is #2BFFF6. Grayscale: #404040. Windows color (decimal): -2883575 or 590036. OLE color: 590036.
HSL color Cylindrical-coordinate representation of color #D40009: hue angle of 357.45º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.17 |
| HSL | 357.45º | 1% | 0.42% | - |
| HSV(B) | 357.45º | 1% | 0.83% | - |
| XYZ | 27.2 | 14.02 | 1.53 | - |
| YUV | 64.41 | 96.74 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 9 | 0 | 1 | 0.96 | 0.17 | 357.45 | 1 | 0.42 |
| Hex | D4 | 0 | 9 | 0 | 64 | 60 | 11 | 165 | 64 | 2A |
| Octal | 324 | 0 | 11 | 0 | 144 | 140 | 21 | 545 | 144 | 52 |
| Binary | 11010100 | 0 | 1001 | 0 | 1100100 | 1100000 | 10001 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D40009
Complementary color
Monochromatic Colors of #D40009
Black with #D40009
Text Example
Text Example
White with #D40009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40009; }
p { color: rgb(212,0,9); }
H1.HeaderClassName
{
color: #D40009;
}
.AnyTagClassName
{
color: #D40009;
}
</style>
background-color css
<style>
a { background-color: #D40009; }
a { background-color: rgb(212,0,9); }
div.DivClassName
{
background-color: #D40009;
}
.BgClassName
{
background-color: #D40009;
}
</style>
border-color css
<style>
span { border-color: #D40009; }
span { border-color: rgb(212,0,9); }
td.TdClassName
{
border-color: #D40009;
}
.TagClassName
{
border-color: #D40009;
}
</style>