Shades of Venetian Red #DF041D
Tints of Venetian Red #DF041D
RGB
CMYK
RGB Variations
Color information
#DF041D (or 0xDF041D) is known color: Venetian Red. HEX triplet: DF, 04 and 1D. RGB value is (223,4,29). Sum of RGB (Red+Green+Blue) = 223+4+29=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF041D is #20FBE2. Grayscale: #484848. Windows color (decimal): -2161635 or 1901791. OLE color: 1901791.
HSL color Cylindrical-coordinate representation of color #DF041D: hue angle of 353.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF041D is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.15º | 0.96% | 0.45% | - |
| HSV(B) | 353.15º | 0.98% | 0.87% | - |
| XYZ | 30.7 | 15.86 | 2.61 | - |
| YUV | 72.33 | 103.55 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 29 | 0 | 0.98 | 0.87 | 0.13 | 353.15 | 0.96 | 0.45 |
| Hex | DF | 4 | 1D | 0 | 62 | 57 | D | 161 | 60 | 2D |
| Octal | 337 | 4 | 35 | 0 | 142 | 127 | 15 | 541 | 140 | 55 |
| Binary | 11011111 | 100 | 11101 | 0 | 1100010 | 1010111 | 1101 | 101100001 | 1100000 | 101101 |
Color Harmonies of #DF041D
Complementary color
Monochromatic Colors of #DF041D
Black with #DF041D
Text Example
Text Example
White with #DF041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF041D; }
p { color: rgb(223,4,29); }
H1.HeaderClassName
{
color: #DF041D;
}
.AnyTagClassName
{
color: #DF041D;
}
</style>
background-color css
<style>
a { background-color: #DF041D; }
a { background-color: rgb(223,4,29); }
div.DivClassName
{
background-color: #DF041D;
}
.BgClassName
{
background-color: #DF041D;
}
</style>
border-color css
<style>
span { border-color: #DF041D; }
span { border-color: rgb(223,4,29); }
td.TdClassName
{
border-color: #DF041D;
}
.TagClassName
{
border-color: #DF041D;
}
</style>