Shades of Venetian Red #DD080E
Tints of Venetian Red #DD080E
RGB
CMYK
RGB Variations
Color information
#DD080E (or 0xDD080E) is known color: Venetian Red. HEX triplet: DD, 08 and 0E. RGB value is (221,8,14). Sum of RGB (Red+Green+Blue) = 221+8+14=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD080E is #22F7F1. Grayscale: #484848. Windows color (decimal): -2291698 or 919773. OLE color: 919773.
HSL color Cylindrical-coordinate representation of color #DD080E: hue angle of 358.31º 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 #DD080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.13 |
| HSL | 358.31º | 0.93% | 0.45% | - |
| HSV(B) | 358.31º | 0.96% | 0.87% | - |
| XYZ | 29.98 | 15.58 | 1.84 | - |
| YUV | 72.37 | 95.07 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 14 | 0 | 0.96 | 0.94 | 0.13 | 358.31 | 0.93 | 0.45 |
| Hex | DD | 8 | E | 0 | 60 | 5E | D | 166 | 5D | 2D |
| Octal | 335 | 10 | 16 | 0 | 140 | 136 | 15 | 546 | 135 | 55 |
| Binary | 11011101 | 1000 | 1110 | 0 | 1100000 | 1011110 | 1101 | 101100110 | 1011101 | 101101 |
Color Harmonies of #DD080E
Complementary color
Monochromatic Colors of #DD080E
Black with #DD080E
Text Example
Text Example
White with #DD080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD080E; }
p { color: rgb(221,8,14); }
H1.HeaderClassName
{
color: #DD080E;
}
.AnyTagClassName
{
color: #DD080E;
}
</style>
background-color css
<style>
a { background-color: #DD080E; }
a { background-color: rgb(221,8,14); }
div.DivClassName
{
background-color: #DD080E;
}
.BgClassName
{
background-color: #DD080E;
}
</style>
border-color css
<style>
span { border-color: #DD080E; }
span { border-color: rgb(221,8,14); }
td.TdClassName
{
border-color: #DD080E;
}
.TagClassName
{
border-color: #DD080E;
}
</style>