Shades of Venetian Red #DD0006
Tints of Venetian Red #DD0006
RGB
CMYK
RGB Variations
Color information
#DD0006 (or 0xDD0006) is known color: Venetian Red. HEX triplet: DD, 00 and 06. RGB value is (221,0,6). Sum of RGB (Red+Green+Blue) = 221+0+6=227 (30% of max value = 765). Red value is 221 (86.72% from 255 or 97.36% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0006 is #22FFF9. Grayscale: #424242. Windows color (decimal): -2293754 or 393437. OLE color: 393437.
HSL color Cylindrical-coordinate representation of color #DD0006: hue angle of 358.37º 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 #DD0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.13 |
| HSL | 358.37º | 1% | 0.43% | - |
| HSV(B) | 358.37º | 1% | 0.87% | - |
| XYZ | 29.85 | 15.39 | 1.57 | - |
| YUV | 66.76 | 93.72 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 6 | 0 | 1 | 0.97 | 0.13 | 358.37 | 1 | 0.43 |
| Hex | DD | 0 | 6 | 0 | 64 | 61 | D | 166 | 64 | 2B |
| Octal | 335 | 0 | 6 | 0 | 144 | 141 | 15 | 546 | 144 | 53 |
| Binary | 11011101 | 0 | 110 | 0 | 1100100 | 1100001 | 1101 | 101100110 | 1100100 | 101011 |
Color Harmonies of #DD0006
Complementary color
Monochromatic Colors of #DD0006
Black with #DD0006
Text Example
Text Example
White with #DD0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0006; }
p { color: rgb(221,0,6); }
H1.HeaderClassName
{
color: #DD0006;
}
.AnyTagClassName
{
color: #DD0006;
}
</style>
background-color css
<style>
a { background-color: #DD0006; }
a { background-color: rgb(221,0,6); }
div.DivClassName
{
background-color: #DD0006;
}
.BgClassName
{
background-color: #DD0006;
}
</style>
border-color css
<style>
span { border-color: #DD0006; }
span { border-color: rgb(221,0,6); }
td.TdClassName
{
border-color: #DD0006;
}
.TagClassName
{
border-color: #DD0006;
}
</style>