Shades of Venetian Red #DF0004
Tints of Venetian Red #DF0004
RGB
CMYK
RGB Variations
Color information
#DF0004 (or 0xDF0004) is known color: Venetian Red. HEX triplet: DF, 00 and 04. RGB value is (223,0,4). Sum of RGB (Red+Green+Blue) = 223+0+4=227 (30% of max value = 765). Red value is 223 (87.5% from 255 or 98.24% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0004 is #20FFFB. Grayscale: #434343. Windows color (decimal): -2162684 or 262367. OLE color: 262367.
HSL color Cylindrical-coordinate representation of color #DF0004: hue angle of 358.92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.13 |
| HSL | 358.92º | 1% | 0.44% | - |
| HSV(B) | 358.92º | 1% | 0.87% | - |
| XYZ | 30.45 | 15.7 | 1.54 | - |
| YUV | 67.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 4 | 0 | 1 | 0.98 | 0.13 | 358.92 | 1 | 0.44 |
| Hex | DF | 0 | 4 | 0 | 64 | 62 | D | 167 | 64 | 2C |
| Octal | 337 | 0 | 4 | 0 | 144 | 142 | 15 | 547 | 144 | 54 |
| Binary | 11011111 | 0 | 100 | 0 | 1100100 | 1100010 | 1101 | 101100111 | 1100100 | 101100 |
Color Harmonies of #DF0004
Complementary color
Monochromatic Colors of #DF0004
Black with #DF0004
Text Example
Text Example
White with #DF0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0004; }
p { color: rgb(223,0,4); }
H1.HeaderClassName
{
color: #DF0004;
}
.AnyTagClassName
{
color: #DF0004;
}
</style>
background-color css
<style>
a { background-color: #DF0004; }
a { background-color: rgb(223,0,4); }
div.DivClassName
{
background-color: #DF0004;
}
.BgClassName
{
background-color: #DF0004;
}
</style>
border-color css
<style>
span { border-color: #DF0004; }
span { border-color: rgb(223,0,4); }
td.TdClassName
{
border-color: #DF0004;
}
.TagClassName
{
border-color: #DF0004;
}
</style>