Shades of Venetian Red #DF0008
Tints of Venetian Red #DF0008
RGB
CMYK
RGB Variations
Color information
#DF0008 (or 0xDF0008) is known color: Venetian Red. HEX triplet: DF, 00 and 08. RGB value is (223,0,8). Sum of RGB (Red+Green+Blue) = 223+0+8=231 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.54% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0008 is #20FFF7. Grayscale: #434343. Windows color (decimal): -2162680 or 524511. OLE color: 524511.
HSL color Cylindrical-coordinate representation of color #DF0008: hue angle of 357.85º 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 #DF0008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.13 |
| HSL | 357.85º | 1% | 0.44% | - |
| HSV(B) | 357.85º | 1% | 0.87% | - |
| XYZ | 30.48 | 15.71 | 1.65 | - |
| YUV | 67.59 | 94.38 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 8 | 0 | 1 | 0.96 | 0.13 | 357.85 | 1 | 0.44 |
| Hex | DF | 0 | 8 | 0 | 64 | 60 | D | 166 | 64 | 2C |
| Octal | 337 | 0 | 10 | 0 | 144 | 140 | 15 | 546 | 144 | 54 |
| Binary | 11011111 | 0 | 1000 | 0 | 1100100 | 1100000 | 1101 | 101100110 | 1100100 | 101100 |
Color Harmonies of #DF0008
Complementary color
Monochromatic Colors of #DF0008
Black with #DF0008
Text Example
Text Example
White with #DF0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0008; }
p { color: rgb(223,0,8); }
H1.HeaderClassName
{
color: #DF0008;
}
.AnyTagClassName
{
color: #DF0008;
}
</style>
background-color css
<style>
a { background-color: #DF0008; }
a { background-color: rgb(223,0,8); }
div.DivClassName
{
background-color: #DF0008;
}
.BgClassName
{
background-color: #DF0008;
}
</style>
border-color css
<style>
span { border-color: #DF0008; }
span { border-color: rgb(223,0,8); }
td.TdClassName
{
border-color: #DF0008;
}
.TagClassName
{
border-color: #DF0008;
}
</style>