Shades of Venetian Red #DD0714
Tints of Venetian Red #DD0714
RGB
CMYK
RGB Variations
Color information
#DD0714 (or 0xDD0714) is known color: Venetian Red. HEX triplet: DD, 07 and 14. RGB value is (221,7,20). Sum of RGB (Red+Green+Blue) = 221+7+20=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0714 is #22F8EB. Grayscale: #484848. Windows color (decimal): -2291948 or 1312733. OLE color: 1312733.
HSL color Cylindrical-coordinate representation of color #DD0714: hue angle of 356.36º 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 #DD0714 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.13 |
| HSL | 356.36º | 0.94% | 0.45% | - |
| HSV(B) | 356.36º | 0.97% | 0.87% | - |
| XYZ | 30.02 | 15.57 | 2.09 | - |
| YUV | 72.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 20 | 0 | 0.97 | 0.91 | 0.13 | 356.36 | 0.94 | 0.45 |
| Hex | DD | 7 | 14 | 0 | 61 | 5B | D | 164 | 5E | 2D |
| Octal | 335 | 7 | 24 | 0 | 141 | 133 | 15 | 544 | 136 | 55 |
| Binary | 11011101 | 111 | 10100 | 0 | 1100001 | 1011011 | 1101 | 101100100 | 1011110 | 101101 |
Color Harmonies of #DD0714
Complementary color
Monochromatic Colors of #DD0714
Black with #DD0714
Text Example
Text Example
White with #DD0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0714; }
p { color: rgb(221,7,20); }
H1.HeaderClassName
{
color: #DD0714;
}
.AnyTagClassName
{
color: #DD0714;
}
</style>
background-color css
<style>
a { background-color: #DD0714; }
a { background-color: rgb(221,7,20); }
div.DivClassName
{
background-color: #DD0714;
}
.BgClassName
{
background-color: #DD0714;
}
</style>
border-color css
<style>
span { border-color: #DD0714; }
span { border-color: rgb(221,7,20); }
td.TdClassName
{
border-color: #DD0714;
}
.TagClassName
{
border-color: #DD0714;
}
</style>