Shades of Venetian Red #DD0208
Tints of Venetian Red #DD0208
RGB
CMYK
RGB Variations
Color information
#DD0208 (or 0xDD0208) is known color: Venetian Red. HEX triplet: DD, 02 and 08. RGB value is (221,2,8). Sum of RGB (Red+Green+Blue) = 221+2+8=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0208 is #22FDF7. Grayscale: #444444. Windows color (decimal): -2293240 or 525021. OLE color: 525021.
HSL color Cylindrical-coordinate representation of color #DD0208: hue angle of 358.36º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0208 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 8 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.13 |
| HSL | 358.36º | 0.98% | 0.44% | - |
| HSV(B) | 358.36º | 0.99% | 0.87% | - |
| XYZ | 29.88 | 15.43 | 1.63 | - |
| YUV | 68.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 8 | 0 | 0.99 | 0.96 | 0.13 | 358.36 | 0.98 | 0.44 |
| Hex | DD | 2 | 8 | 0 | 63 | 60 | D | 166 | 62 | 2C |
| Octal | 335 | 2 | 10 | 0 | 143 | 140 | 15 | 546 | 142 | 54 |
| Binary | 11011101 | 10 | 1000 | 0 | 1100011 | 1100000 | 1101 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DD0208
Complementary color
Monochromatic Colors of #DD0208
Black with #DD0208
Text Example
Text Example
White with #DD0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0208; }
p { color: rgb(221,2,8); }
H1.HeaderClassName
{
color: #DD0208;
}
.AnyTagClassName
{
color: #DD0208;
}
</style>
background-color css
<style>
a { background-color: #DD0208; }
a { background-color: rgb(221,2,8); }
div.DivClassName
{
background-color: #DD0208;
}
.BgClassName
{
background-color: #DD0208;
}
</style>
border-color css
<style>
span { border-color: #DD0208; }
span { border-color: rgb(221,2,8); }
td.TdClassName
{
border-color: #DD0208;
}
.TagClassName
{
border-color: #DD0208;
}
</style>