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