Shades of Venetian Red #DF0406
Tints of Venetian Red #DF0406
RGB
CMYK
RGB Variations
Color information
#DF0406 (or 0xDF0406) is known color: Venetian Red. HEX triplet: DF, 04 and 06. RGB value is (223,4,6). Sum of RGB (Red+Green+Blue) = 223+4+6=233 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.71% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0406 is #20FBF9. Grayscale: #454545. Windows color (decimal): -2161658 or 394463. OLE color: 394463.
HSL color Cylindrical-coordinate representation of color #DF0406: hue angle of 359.45º 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 #DF0406 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 6 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.13 |
| HSL | 359.45º | 0.96% | 0.45% | - |
| HSV(B) | 359.45º | 0.98% | 0.87% | - |
| XYZ | 30.51 | 15.79 | 1.61 | - |
| YUV | 69.71 | 92.05 | 237.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 6 | 0 | 0.98 | 0.97 | 0.13 | 359.45 | 0.96 | 0.45 |
| Hex | DF | 4 | 6 | 0 | 62 | 61 | D | 167 | 60 | 2D |
| Octal | 337 | 4 | 6 | 0 | 142 | 141 | 15 | 547 | 140 | 55 |
| Binary | 11011111 | 100 | 110 | 0 | 1100010 | 1100001 | 1101 | 101100111 | 1100000 | 101101 |
Color Harmonies of #DF0406
Complementary color
Monochromatic Colors of #DF0406
Black with #DF0406
Text Example
Text Example
White with #DF0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0406; }
p { color: rgb(223,4,6); }
H1.HeaderClassName
{
color: #DF0406;
}
.AnyTagClassName
{
color: #DF0406;
}
</style>
background-color css
<style>
a { background-color: #DF0406; }
a { background-color: rgb(223,4,6); }
div.DivClassName
{
background-color: #DF0406;
}
.BgClassName
{
background-color: #DF0406;
}
</style>
border-color css
<style>
span { border-color: #DF0406; }
span { border-color: rgb(223,4,6); }
td.TdClassName
{
border-color: #DF0406;
}
.TagClassName
{
border-color: #DF0406;
}
</style>