Shades of Venetian Red #D20409
Tints of Venetian Red #D20409
RGB
CMYK
RGB Variations
Color information
#D20409 (or 0xD20409) is known color: Venetian Red. HEX triplet: D2, 04 and 09. RGB value is (210,4,9). Sum of RGB (Red+Green+Blue) = 210+4+9=223 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.17% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 210 - color contains mainly: red. Hex color #D20409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20409 is #2DFBF6. Grayscale: #424242. Windows color (decimal): -3013623 or 591058. OLE color: 591058.
HSL color Cylindrical-coordinate representation of color #D20409: hue angle of 358.54º 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 #D20409 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.18 |
| HSL | 358.54º | 0.96% | 0.42% | - |
| HSV(B) | 358.54º | 0.98% | 0.82% | - |
| XYZ | 26.67 | 13.81 | 1.52 | - |
| YUV | 66.16 | 95.75 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 9 | 0 | 0.98 | 0.96 | 0.18 | 358.54 | 0.96 | 0.42 |
| Hex | D2 | 4 | 9 | 0 | 62 | 60 | 12 | 167 | 60 | 2A |
| Octal | 322 | 4 | 11 | 0 | 142 | 140 | 22 | 547 | 140 | 52 |
| Binary | 11010010 | 100 | 1001 | 0 | 1100010 | 1100000 | 10010 | 101100111 | 1100000 | 101010 |
Color Harmonies of #D20409
Complementary color
Monochromatic Colors of #D20409
Black with #D20409
Text Example
Text Example
White with #D20409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20409; }
p { color: rgb(210,4,9); }
H1.HeaderClassName
{
color: #D20409;
}
.AnyTagClassName
{
color: #D20409;
}
</style>
background-color css
<style>
a { background-color: #D20409; }
a { background-color: rgb(210,4,9); }
div.DivClassName
{
background-color: #D20409;
}
.BgClassName
{
background-color: #D20409;
}
</style>
border-color css
<style>
span { border-color: #D20409; }
span { border-color: rgb(210,4,9); }
td.TdClassName
{
border-color: #D20409;
}
.TagClassName
{
border-color: #D20409;
}
</style>