Shades of Venetian Red #DD0214
Tints of Venetian Red #DD0214
RGB
CMYK
RGB Variations
Color information
#DD0214 (or 0xDD0214) is known color: Venetian Red. HEX triplet: DD, 02 and 14. RGB value is (221,2,20). Sum of RGB (Red+Green+Blue) = 221+2+20=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0214 is #22FDEB. Grayscale: #454545. Windows color (decimal): -2293228 or 1311453. OLE color: 1311453.
HSL color Cylindrical-coordinate representation of color #DD0214: hue angle of 355.07º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0214 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.13 |
| HSL | 355.07º | 0.98% | 0.44% | - |
| HSV(B) | 355.07º | 0.99% | 0.87% | - |
| XYZ | 29.97 | 15.47 | 2.07 | - |
| YUV | 69.53 | 100.05 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 20 | 0 | 0.99 | 0.91 | 0.13 | 355.07 | 0.98 | 0.44 |
| Hex | DD | 2 | 14 | 0 | 63 | 5B | D | 163 | 62 | 2C |
| Octal | 335 | 2 | 24 | 0 | 143 | 133 | 15 | 543 | 142 | 54 |
| Binary | 11011101 | 10 | 10100 | 0 | 1100011 | 1011011 | 1101 | 101100011 | 1100010 | 101100 |
Color Harmonies of #DD0214
Complementary color
Monochromatic Colors of #DD0214
Black with #DD0214
Text Example
Text Example
White with #DD0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0214; }
p { color: rgb(221,2,20); }
H1.HeaderClassName
{
color: #DD0214;
}
.AnyTagClassName
{
color: #DD0214;
}
</style>
background-color css
<style>
a { background-color: #DD0214; }
a { background-color: rgb(221,2,20); }
div.DivClassName
{
background-color: #DD0214;
}
.BgClassName
{
background-color: #DD0214;
}
</style>
border-color css
<style>
span { border-color: #DD0214; }
span { border-color: rgb(221,2,20); }
td.TdClassName
{
border-color: #DD0214;
}
.TagClassName
{
border-color: #DD0214;
}
</style>