Shades of Venetian Red #D00409
Tints of Venetian Red #D00409
RGB
CMYK
RGB Variations
Color information
#D00409 (or 0xD00409) is known color: Venetian Red. HEX triplet: D0, 04 and 09. RGB value is (208,4,9). Sum of RGB (Red+Green+Blue) = 208+4+9=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00409 is #2FFBF6. Grayscale: #414141. Windows color (decimal): -3144695 or 591056. OLE color: 591056.
HSL color Cylindrical-coordinate representation of color #D00409: hue angle of 358.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.18 |
| HSL | 358.53º | 0.96% | 0.42% | - |
| HSV(B) | 358.53º | 0.98% | 0.82% | - |
| XYZ | 26.11 | 13.52 | 1.49 | - |
| YUV | 65.57 | 96.09 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 9 | 0 | 0.98 | 0.96 | 0.18 | 358.53 | 0.96 | 0.42 |
| Hex | D0 | 4 | 9 | 0 | 62 | 60 | 12 | 167 | 60 | 2A |
| Octal | 320 | 4 | 11 | 0 | 142 | 140 | 22 | 547 | 140 | 52 |
| Binary | 11010000 | 100 | 1001 | 0 | 1100010 | 1100000 | 10010 | 101100111 | 1100000 | 101010 |
Color Harmonies of #D00409
Complementary color
Monochromatic Colors of #D00409
Black with #D00409
Text Example
Text Example
White with #D00409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00409; }
p { color: rgb(208,4,9); }
H1.HeaderClassName
{
color: #D00409;
}
.AnyTagClassName
{
color: #D00409;
}
</style>
background-color css
<style>
a { background-color: #D00409; }
a { background-color: rgb(208,4,9); }
div.DivClassName
{
background-color: #D00409;
}
.BgClassName
{
background-color: #D00409;
}
</style>
border-color css
<style>
span { border-color: #D00409; }
span { border-color: rgb(208,4,9); }
td.TdClassName
{
border-color: #D00409;
}
.TagClassName
{
border-color: #D00409;
}
</style>