Shades of Venetian Red #DD080B
Tints of Venetian Red #DD080B
RGB
CMYK
RGB Variations
Color information
#DD080B (or 0xDD080B) is known color: Venetian Red. HEX triplet: DD, 08 and 0B. RGB value is (221,8,11). Sum of RGB (Red+Green+Blue) = 221+8+11=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD080B is #22F7F4. Grayscale: #484848. Windows color (decimal): -2291701 or 723165. OLE color: 723165.
HSL color Cylindrical-coordinate representation of color #DD080B: hue angle of 359.15º 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 #DD080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.13 |
| HSL | 359.15º | 0.93% | 0.45% | - |
| HSV(B) | 359.15º | 0.96% | 0.87% | - |
| XYZ | 29.97 | 15.57 | 1.74 | - |
| YUV | 72.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 11 | 0 | 0.96 | 0.95 | 0.13 | 359.15 | 0.93 | 0.45 |
| Hex | DD | 8 | B | 0 | 60 | 5F | D | 167 | 5D | 2D |
| Octal | 335 | 10 | 13 | 0 | 140 | 137 | 15 | 547 | 135 | 55 |
| Binary | 11011101 | 1000 | 1011 | 0 | 1100000 | 1011111 | 1101 | 101100111 | 1011101 | 101101 |
Color Harmonies of #DD080B
Complementary color
Monochromatic Colors of #DD080B
Black with #DD080B
Text Example
Text Example
White with #DD080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD080B; }
p { color: rgb(221,8,11); }
H1.HeaderClassName
{
color: #DD080B;
}
.AnyTagClassName
{
color: #DD080B;
}
</style>
background-color css
<style>
a { background-color: #DD080B; }
a { background-color: rgb(221,8,11); }
div.DivClassName
{
background-color: #DD080B;
}
.BgClassName
{
background-color: #DD080B;
}
</style>
border-color css
<style>
span { border-color: #DD080B; }
span { border-color: rgb(221,8,11); }
td.TdClassName
{
border-color: #DD080B;
}
.TagClassName
{
border-color: #DD080B;
}
</style>