Shades of Venetian Red #D90D0E
Tints of Venetian Red #D90D0E
RGB
CMYK
RGB Variations
Color information
#D90D0E (or 0xD90D0E) is known color: Venetian Red. HEX triplet: D9, 0D and 0E. RGB value is (217,13,14). Sum of RGB (Red+Green+Blue) = 217+13+14=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90D0E is #26F2F1. Grayscale: #4A4A4A. Windows color (decimal): -2552562 or 921049. OLE color: 921049.
HSL color Cylindrical-coordinate representation of color #D90D0E: hue angle of 359.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 14 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.15 |
| HSL | 359.71º | 0.89% | 0.45% | - |
| HSV(B) | 359.71º | 0.94% | 0.85% | - |
| XYZ | 28.84 | 15.07 | 1.8 | - |
| YUV | 74.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 14 | 0 | 0.94 | 0.94 | 0.15 | 359.71 | 0.89 | 0.45 |
| Hex | D9 | D | E | 0 | 5E | 5E | F | 168 | 59 | 2D |
| Octal | 331 | 15 | 16 | 0 | 136 | 136 | 17 | 550 | 131 | 55 |
| Binary | 11011001 | 1101 | 1110 | 0 | 1011110 | 1011110 | 1111 | 101101000 | 1011001 | 101101 |
Color Harmonies of #D90D0E
Complementary color
Monochromatic Colors of #D90D0E
Black with #D90D0E
Text Example
Text Example
White with #D90D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D0E; }
p { color: rgb(217,13,14); }
H1.HeaderClassName
{
color: #D90D0E;
}
.AnyTagClassName
{
color: #D90D0E;
}
</style>
background-color css
<style>
a { background-color: #D90D0E; }
a { background-color: rgb(217,13,14); }
div.DivClassName
{
background-color: #D90D0E;
}
.BgClassName
{
background-color: #D90D0E;
}
</style>
border-color css
<style>
span { border-color: #D90D0E; }
span { border-color: rgb(217,13,14); }
td.TdClassName
{
border-color: #D90D0E;
}
.TagClassName
{
border-color: #D90D0E;
}
</style>