Shades of Venetian Red #DD090E
Tints of Venetian Red #DD090E
RGB
CMYK
RGB Variations
Color information
#DD090E (or 0xDD090E) is known color: Venetian Red. HEX triplet: DD, 09 and 0E. RGB value is (221,9,14). Sum of RGB (Red+Green+Blue) = 221+9+14=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD090E is #22F6F1. Grayscale: #494949. Windows color (decimal): -2291442 or 920029. OLE color: 920029.
HSL color Cylindrical-coordinate representation of color #DD090E: hue angle of 358.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.13 |
| HSL | 358.58º | 0.92% | 0.45% | - |
| HSV(B) | 358.58º | 0.96% | 0.87% | - |
| XYZ | 30 | 15.6 | 1.85 | - |
| YUV | 72.96 | 94.74 | 233.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 14 | 0 | 0.96 | 0.94 | 0.13 | 358.58 | 0.92 | 0.45 |
| Hex | DD | 9 | E | 0 | 60 | 5E | D | 167 | 5C | 2D |
| Octal | 335 | 11 | 16 | 0 | 140 | 136 | 15 | 547 | 134 | 55 |
| Binary | 11011101 | 1001 | 1110 | 0 | 1100000 | 1011110 | 1101 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DD090E
Complementary color
Monochromatic Colors of #DD090E
Black with #DD090E
Text Example
Text Example
White with #DD090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD090E; }
p { color: rgb(221,9,14); }
H1.HeaderClassName
{
color: #DD090E;
}
.AnyTagClassName
{
color: #DD090E;
}
</style>
background-color css
<style>
a { background-color: #DD090E; }
a { background-color: rgb(221,9,14); }
div.DivClassName
{
background-color: #DD090E;
}
.BgClassName
{
background-color: #DD090E;
}
</style>
border-color css
<style>
span { border-color: #DD090E; }
span { border-color: rgb(221,9,14); }
td.TdClassName
{
border-color: #DD090E;
}
.TagClassName
{
border-color: #DD090E;
}
</style>