Shades of Venetian Red #DD0008
Tints of Venetian Red #DD0008
RGB
CMYK
RGB Variations
Color information
#DD0008 (or 0xDD0008) is known color: Venetian Red. HEX triplet: DD, 00 and 08. RGB value is (221,0,8). Sum of RGB (Red+Green+Blue) = 221+0+8=229 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.51% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0008 is #22FFF7. Grayscale: #434343. Windows color (decimal): -2293752 or 524509. OLE color: 524509.
HSL color Cylindrical-coordinate representation of color #DD0008: hue angle of 357.83º 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 #DD0008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.13 |
| HSL | 357.83º | 1% | 0.43% | - |
| HSV(B) | 357.83º | 1% | 0.87% | - |
| XYZ | 29.86 | 15.39 | 1.63 | - |
| YUV | 66.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 8 | 0 | 1 | 0.96 | 0.13 | 357.83 | 1 | 0.43 |
| Hex | DD | 0 | 8 | 0 | 64 | 60 | D | 166 | 64 | 2B |
| Octal | 335 | 0 | 10 | 0 | 144 | 140 | 15 | 546 | 144 | 53 |
| Binary | 11011101 | 0 | 1000 | 0 | 1100100 | 1100000 | 1101 | 101100110 | 1100100 | 101011 |
Color Harmonies of #DD0008
Complementary color
Monochromatic Colors of #DD0008
Black with #DD0008
Text Example
Text Example
White with #DD0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0008; }
p { color: rgb(221,0,8); }
H1.HeaderClassName
{
color: #DD0008;
}
.AnyTagClassName
{
color: #DD0008;
}
</style>
background-color css
<style>
a { background-color: #DD0008; }
a { background-color: rgb(221,0,8); }
div.DivClassName
{
background-color: #DD0008;
}
.BgClassName
{
background-color: #DD0008;
}
</style>
border-color css
<style>
span { border-color: #DD0008; }
span { border-color: rgb(221,0,8); }
td.TdClassName
{
border-color: #DD0008;
}
.TagClassName
{
border-color: #DD0008;
}
</style>