Shades of Venetian Red #DD0005
Tints of Venetian Red #DD0005
RGB
CMYK
RGB Variations
Color information
#DD0005 (or 0xDD0005) is known color: Venetian Red. HEX triplet: DD, 00 and 05. RGB value is (221,0,5). Sum of RGB (Red+Green+Blue) = 221+0+5=226 (29% of max value = 765). Red value is 221 (86.72% from 255 or 97.79% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0005 is #22FFFA. Grayscale: #424242. Windows color (decimal): -2293755 or 327901. OLE color: 327901.
HSL color Cylindrical-coordinate representation of color #DD0005: hue angle of 358.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.98 | 0.13 |
| HSL | 358.64º | 1% | 0.43% | - |
| HSV(B) | 358.64º | 1% | 0.87% | - |
| XYZ | 29.85 | 15.38 | 1.54 | - |
| YUV | 66.65 | 93.22 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 5 | 0 | 1 | 0.98 | 0.13 | 358.64 | 1 | 0.43 |
| Hex | DD | 0 | 5 | 0 | 64 | 62 | D | 167 | 64 | 2B |
| Octal | 335 | 0 | 5 | 0 | 144 | 142 | 15 | 547 | 144 | 53 |
| Binary | 11011101 | 0 | 101 | 0 | 1100100 | 1100010 | 1101 | 101100111 | 1100100 | 101011 |
Color Harmonies of #DD0005
Complementary color
Monochromatic Colors of #DD0005
Black with #DD0005
Text Example
Text Example
White with #DD0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0005; }
p { color: rgb(221,0,5); }
H1.HeaderClassName
{
color: #DD0005;
}
.AnyTagClassName
{
color: #DD0005;
}
</style>
background-color css
<style>
a { background-color: #DD0005; }
a { background-color: rgb(221,0,5); }
div.DivClassName
{
background-color: #DD0005;
}
.BgClassName
{
background-color: #DD0005;
}
</style>
border-color css
<style>
span { border-color: #DD0005; }
span { border-color: rgb(221,0,5); }
td.TdClassName
{
border-color: #DD0005;
}
.TagClassName
{
border-color: #DD0005;
}
</style>