Shades of Venetian Red #DF0006
Tints of Venetian Red #DF0006
RGB
CMYK
RGB Variations
Color information
#DF0006 (or 0xDF0006) is known color: Venetian Red. HEX triplet: DF, 00 and 06. RGB value is (223,0,6). Sum of RGB (Red+Green+Blue) = 223+0+6=229 (30% of max value = 765). Red value is 223 (87.5% from 255 or 97.38% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0006 is #20FFF9. Grayscale: #434343. Windows color (decimal): -2162682 or 393439. OLE color: 393439.
HSL color Cylindrical-coordinate representation of color #DF0006: hue angle of 358.39º 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 #DF0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.13 |
| HSL | 358.39º | 1% | 0.44% | - |
| HSV(B) | 358.39º | 1% | 0.87% | - |
| XYZ | 30.46 | 15.7 | 1.6 | - |
| YUV | 67.36 | 93.38 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 6 | 0 | 1 | 0.97 | 0.13 | 358.39 | 1 | 0.44 |
| Hex | DF | 0 | 6 | 0 | 64 | 61 | D | 166 | 64 | 2C |
| Octal | 337 | 0 | 6 | 0 | 144 | 141 | 15 | 546 | 144 | 54 |
| Binary | 11011111 | 0 | 110 | 0 | 1100100 | 1100001 | 1101 | 101100110 | 1100100 | 101100 |
Color Harmonies of #DF0006
Complementary color
Monochromatic Colors of #DF0006
Black with #DF0006
Text Example
Text Example
White with #DF0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0006; }
p { color: rgb(223,0,6); }
H1.HeaderClassName
{
color: #DF0006;
}
.AnyTagClassName
{
color: #DF0006;
}
</style>
background-color css
<style>
a { background-color: #DF0006; }
a { background-color: rgb(223,0,6); }
div.DivClassName
{
background-color: #DF0006;
}
.BgClassName
{
background-color: #DF0006;
}
</style>
border-color css
<style>
span { border-color: #DF0006; }
span { border-color: rgb(223,0,6); }
td.TdClassName
{
border-color: #DF0006;
}
.TagClassName
{
border-color: #DF0006;
}
</style>