Shades of Venetian Red #DD060E
Tints of Venetian Red #DD060E
RGB
CMYK
RGB Variations
Color information
#DD060E (or 0xDD060E) is known color: Venetian Red. HEX triplet: DD, 06 and 0E. RGB value is (221,6,14). Sum of RGB (Red+Green+Blue) = 221+6+14=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD060E is #22F9F1. Grayscale: #474747. Windows color (decimal): -2292210 or 919261. OLE color: 919261.
HSL color Cylindrical-coordinate representation of color #DD060E: hue angle of 357.77º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD060E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.13 |
| HSL | 357.77º | 0.95% | 0.45% | - |
| HSV(B) | 357.77º | 0.97% | 0.87% | - |
| XYZ | 29.96 | 15.53 | 1.83 | - |
| YUV | 71.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 14 | 0 | 0.97 | 0.94 | 0.13 | 357.77 | 0.95 | 0.45 |
| Hex | DD | 6 | E | 0 | 61 | 5E | D | 166 | 5F | 2D |
| Octal | 335 | 6 | 16 | 0 | 141 | 136 | 15 | 546 | 137 | 55 |
| Binary | 11011101 | 110 | 1110 | 0 | 1100001 | 1011110 | 1101 | 101100110 | 1011111 | 101101 |
Color Harmonies of #DD060E
Complementary color
Monochromatic Colors of #DD060E
Black with #DD060E
Text Example
Text Example
White with #DD060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD060E; }
p { color: rgb(221,6,14); }
H1.HeaderClassName
{
color: #DD060E;
}
.AnyTagClassName
{
color: #DD060E;
}
</style>
background-color css
<style>
a { background-color: #DD060E; }
a { background-color: rgb(221,6,14); }
div.DivClassName
{
background-color: #DD060E;
}
.BgClassName
{
background-color: #DD060E;
}
</style>
border-color css
<style>
span { border-color: #DD060E; }
span { border-color: rgb(221,6,14); }
td.TdClassName
{
border-color: #DD060E;
}
.TagClassName
{
border-color: #DD060E;
}
</style>