Shades of Venetian Red #DD0819
Tints of Venetian Red #DD0819
RGB
CMYK
RGB Variations
Color information
#DD0819 (or 0xDD0819) is known color: Venetian Red. HEX triplet: DD, 08 and 19. RGB value is (221,8,25). Sum of RGB (Red+Green+Blue) = 221+8+25=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0819 is #22F7E6. Grayscale: #494949. Windows color (decimal): -2291687 or 1640669. OLE color: 1640669.
HSL color Cylindrical-coordinate representation of color #DD0819: hue angle of 355.21º degrees, saturation: 0.93, 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 #DD0819 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.13 |
| HSL | 355.21º | 0.93% | 0.45% | - |
| HSV(B) | 355.21º | 0.96% | 0.87% | - |
| XYZ | 30.08 | 15.62 | 2.35 | - |
| YUV | 73.63 | 100.57 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 25 | 0 | 0.96 | 0.89 | 0.13 | 355.21 | 0.93 | 0.45 |
| Hex | DD | 8 | 19 | 0 | 60 | 59 | D | 163 | 5D | 2D |
| Octal | 335 | 10 | 31 | 0 | 140 | 131 | 15 | 543 | 135 | 55 |
| Binary | 11011101 | 1000 | 11001 | 0 | 1100000 | 1011001 | 1101 | 101100011 | 1011101 | 101101 |
Color Harmonies of #DD0819
Complementary color
Monochromatic Colors of #DD0819
Black with #DD0819
Text Example
Text Example
White with #DD0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0819; }
p { color: rgb(221,8,25); }
H1.HeaderClassName
{
color: #DD0819;
}
.AnyTagClassName
{
color: #DD0819;
}
</style>
background-color css
<style>
a { background-color: #DD0819; }
a { background-color: rgb(221,8,25); }
div.DivClassName
{
background-color: #DD0819;
}
.BgClassName
{
background-color: #DD0819;
}
</style>
border-color css
<style>
span { border-color: #DD0819; }
span { border-color: rgb(221,8,25); }
td.TdClassName
{
border-color: #DD0819;
}
.TagClassName
{
border-color: #DD0819;
}
</style>