Shades of Venetian Red #DD070A
Tints of Venetian Red #DD070A
RGB
CMYK
RGB Variations
Color information
#DD070A (or 0xDD070A) is known color: Venetian Red. HEX triplet: DD, 07 and 0A. RGB value is (221,7,10). Sum of RGB (Red+Green+Blue) = 221+7+10=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD070A is #22F8F5. Grayscale: #474747. Windows color (decimal): -2291958 or 657373. OLE color: 657373.
HSL color Cylindrical-coordinate representation of color #DD070A: hue angle of 359.16º degrees, saturation: 0.94, 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 #DD070A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.13 |
| HSL | 359.16º | 0.94% | 0.45% | - |
| HSV(B) | 359.16º | 0.97% | 0.87% | - |
| XYZ | 29.95 | 15.55 | 1.71 | - |
| YUV | 71.33 | 93.4 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 10 | 0 | 0.97 | 0.95 | 0.13 | 359.16 | 0.94 | 0.45 |
| Hex | DD | 7 | A | 0 | 61 | 5F | D | 167 | 5E | 2D |
| Octal | 335 | 7 | 12 | 0 | 141 | 137 | 15 | 547 | 136 | 55 |
| Binary | 11011101 | 111 | 1010 | 0 | 1100001 | 1011111 | 1101 | 101100111 | 1011110 | 101101 |
Color Harmonies of #DD070A
Complementary color
Monochromatic Colors of #DD070A
Black with #DD070A
Text Example
Text Example
White with #DD070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD070A; }
p { color: rgb(221,7,10); }
H1.HeaderClassName
{
color: #DD070A;
}
.AnyTagClassName
{
color: #DD070A;
}
</style>
background-color css
<style>
a { background-color: #DD070A; }
a { background-color: rgb(221,7,10); }
div.DivClassName
{
background-color: #DD070A;
}
.BgClassName
{
background-color: #DD070A;
}
</style>
border-color css
<style>
span { border-color: #DD070A; }
span { border-color: rgb(221,7,10); }
td.TdClassName
{
border-color: #DD070A;
}
.TagClassName
{
border-color: #DD070A;
}
</style>