Shades of Venetian Red #DD051C
Tints of Venetian Red #DD051C
RGB
CMYK
RGB Variations
Color information
#DD051C (or 0xDD051C) is known color: Venetian Red. HEX triplet: DD, 05 and 1C. RGB value is (221,5,28). Sum of RGB (Red+Green+Blue) = 221+5+28=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD051C is #22FAE3. Grayscale: #484848. Windows color (decimal): -2292452 or 1836509. OLE color: 1836509.
HSL color Cylindrical-coordinate representation of color #DD051C: hue angle of 353.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD051C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.61º | 0.96% | 0.44% | - |
| HSV(B) | 353.61º | 0.98% | 0.87% | - |
| XYZ | 30.08 | 15.56 | 2.52 | - |
| YUV | 72.21 | 103.06 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 28 | 0 | 0.98 | 0.87 | 0.13 | 353.61 | 0.96 | 0.44 |
| Hex | DD | 5 | 1C | 0 | 62 | 57 | D | 162 | 60 | 2C |
| Octal | 335 | 5 | 34 | 0 | 142 | 127 | 15 | 542 | 140 | 54 |
| Binary | 11011101 | 101 | 11100 | 0 | 1100010 | 1010111 | 1101 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DD051C
Complementary color
Monochromatic Colors of #DD051C
Black with #DD051C
Text Example
Text Example
White with #DD051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD051C; }
p { color: rgb(221,5,28); }
H1.HeaderClassName
{
color: #DD051C;
}
.AnyTagClassName
{
color: #DD051C;
}
</style>
background-color css
<style>
a { background-color: #DD051C; }
a { background-color: rgb(221,5,28); }
div.DivClassName
{
background-color: #DD051C;
}
.BgClassName
{
background-color: #DD051C;
}
</style>
border-color css
<style>
span { border-color: #DD051C; }
span { border-color: rgb(221,5,28); }
td.TdClassName
{
border-color: #DD051C;
}
.TagClassName
{
border-color: #DD051C;
}
</style>