Shades of Venetian Red #DD0917
Tints of Venetian Red #DD0917
RGB
CMYK
RGB Variations
Color information
#DD0917 (or 0xDD0917) is known color: Venetian Red. HEX triplet: DD, 09 and 17. RGB value is (221,9,23). Sum of RGB (Red+Green+Blue) = 221+9+23=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0917 is #22F6E8. Grayscale: #4A4A4A. Windows color (decimal): -2291433 or 1509853. OLE color: 1509853.
HSL color Cylindrical-coordinate representation of color #DD0917: hue angle of 356.04º 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 #DD0917 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.13 |
| HSL | 356.04º | 0.92% | 0.45% | - |
| HSV(B) | 356.04º | 0.96% | 0.87% | - |
| XYZ | 30.07 | 15.63 | 2.24 | - |
| YUV | 73.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 23 | 0 | 0.96 | 0.90 | 0.13 | 356.04 | 0.92 | 0.45 |
| Hex | DD | 9 | 17 | 0 | 60 | 5A | D | 164 | 5C | 2D |
| Octal | 335 | 11 | 27 | 0 | 140 | 132 | 15 | 544 | 134 | 55 |
| Binary | 11011101 | 1001 | 10111 | 0 | 1100000 | 1011010 | 1101 | 101100100 | 1011100 | 101101 |
Color Harmonies of #DD0917
Complementary color
Monochromatic Colors of #DD0917
Black with #DD0917
Text Example
Text Example
White with #DD0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0917; }
p { color: rgb(221,9,23); }
H1.HeaderClassName
{
color: #DD0917;
}
.AnyTagClassName
{
color: #DD0917;
}
</style>
background-color css
<style>
a { background-color: #DD0917; }
a { background-color: rgb(221,9,23); }
div.DivClassName
{
background-color: #DD0917;
}
.BgClassName
{
background-color: #DD0917;
}
</style>
border-color css
<style>
span { border-color: #DD0917; }
span { border-color: rgb(221,9,23); }
td.TdClassName
{
border-color: #DD0917;
}
.TagClassName
{
border-color: #DD0917;
}
</style>