Shades of Venetian Red #DD041C
Tints of Venetian Red #DD041C
RGB
CMYK
RGB Variations
Color information
#DD041C (or 0xDD041C) is known color: Venetian Red. HEX triplet: DD, 04 and 1C. RGB value is (221,4,28). Sum of RGB (Red+Green+Blue) = 221+4+28=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD041C is #22FBE3. Grayscale: #474747. Windows color (decimal): -2292708 or 1836253. OLE color: 1836253.
HSL color Cylindrical-coordinate representation of color #DD041C: hue angle of 353.36º 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 #DD041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.36º | 0.96% | 0.44% | - |
| HSV(B) | 353.36º | 0.98% | 0.87% | - |
| XYZ | 30.07 | 15.54 | 2.51 | - |
| YUV | 71.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 28 | 0 | 0.98 | 0.87 | 0.13 | 353.36 | 0.96 | 0.44 |
| Hex | DD | 4 | 1C | 0 | 62 | 57 | D | 161 | 60 | 2C |
| Octal | 335 | 4 | 34 | 0 | 142 | 127 | 15 | 541 | 140 | 54 |
| Binary | 11011101 | 100 | 11100 | 0 | 1100010 | 1010111 | 1101 | 101100001 | 1100000 | 101100 |
Color Harmonies of #DD041C
Complementary color
Monochromatic Colors of #DD041C
Black with #DD041C
Text Example
Text Example
White with #DD041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD041C; }
p { color: rgb(221,4,28); }
H1.HeaderClassName
{
color: #DD041C;
}
.AnyTagClassName
{
color: #DD041C;
}
</style>
background-color css
<style>
a { background-color: #DD041C; }
a { background-color: rgb(221,4,28); }
div.DivClassName
{
background-color: #DD041C;
}
.BgClassName
{
background-color: #DD041C;
}
</style>
border-color css
<style>
span { border-color: #DD041C; }
span { border-color: rgb(221,4,28); }
td.TdClassName
{
border-color: #DD041C;
}
.TagClassName
{
border-color: #DD041C;
}
</style>