Shades of Venetian Red #DD080D
Tints of Venetian Red #DD080D
RGB
CMYK
RGB Variations
Color information
#DD080D (or 0xDD080D) is known color: Venetian Red. HEX triplet: DD, 08 and 0D. RGB value is (221,8,13). Sum of RGB (Red+Green+Blue) = 221+8+13=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD080D is #22F7F2. Grayscale: #484848. Windows color (decimal): -2291699 or 854237. OLE color: 854237.
HSL color Cylindrical-coordinate representation of color #DD080D: hue angle of 358.59º 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 #DD080D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 13 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.13 |
| HSL | 358.59º | 0.93% | 0.45% | - |
| HSV(B) | 358.59º | 0.96% | 0.87% | - |
| XYZ | 29.98 | 15.57 | 1.81 | - |
| YUV | 72.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 13 | 0 | 0.96 | 0.94 | 0.13 | 358.59 | 0.93 | 0.45 |
| Hex | DD | 8 | D | 0 | 60 | 5E | D | 167 | 5D | 2D |
| Octal | 335 | 10 | 15 | 0 | 140 | 136 | 15 | 547 | 135 | 55 |
| Binary | 11011101 | 1000 | 1101 | 0 | 1100000 | 1011110 | 1101 | 101100111 | 1011101 | 101101 |
Color Harmonies of #DD080D
Complementary color
Monochromatic Colors of #DD080D
Black with #DD080D
Text Example
Text Example
White with #DD080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD080D; }
p { color: rgb(221,8,13); }
H1.HeaderClassName
{
color: #DD080D;
}
.AnyTagClassName
{
color: #DD080D;
}
</style>
background-color css
<style>
a { background-color: #DD080D; }
a { background-color: rgb(221,8,13); }
div.DivClassName
{
background-color: #DD080D;
}
.BgClassName
{
background-color: #DD080D;
}
</style>
border-color css
<style>
span { border-color: #DD080D; }
span { border-color: rgb(221,8,13); }
td.TdClassName
{
border-color: #DD080D;
}
.TagClassName
{
border-color: #DD080D;
}
</style>