Shades of Venetian Red #DF0408
Tints of Venetian Red #DF0408
RGB
CMYK
RGB Variations
Color information
#DF0408 (or 0xDF0408) is known color: Venetian Red. HEX triplet: DF, 04 and 08. RGB value is (223,4,8). Sum of RGB (Red+Green+Blue) = 223+4+8=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0408 is #20FBF7. Grayscale: #464646. Windows color (decimal): -2161656 or 525535. OLE color: 525535.
HSL color Cylindrical-coordinate representation of color #DF0408: hue angle of 358.9º 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 #DF0408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 8 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.13 |
| HSL | 358.9º | 0.96% | 0.45% | - |
| HSV(B) | 358.9º | 0.98% | 0.87% | - |
| XYZ | 30.52 | 15.79 | 1.67 | - |
| YUV | 69.94 | 93.05 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 8 | 0 | 0.98 | 0.96 | 0.13 | 358.9 | 0.96 | 0.45 |
| Hex | DF | 4 | 8 | 0 | 62 | 60 | D | 167 | 60 | 2D |
| Octal | 337 | 4 | 10 | 0 | 142 | 140 | 15 | 547 | 140 | 55 |
| Binary | 11011111 | 100 | 1000 | 0 | 1100010 | 1100000 | 1101 | 101100111 | 1100000 | 101101 |
Color Harmonies of #DF0408
Complementary color
Monochromatic Colors of #DF0408
Black with #DF0408
Text Example
Text Example
White with #DF0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0408; }
p { color: rgb(223,4,8); }
H1.HeaderClassName
{
color: #DF0408;
}
.AnyTagClassName
{
color: #DF0408;
}
</style>
background-color css
<style>
a { background-color: #DF0408; }
a { background-color: rgb(223,4,8); }
div.DivClassName
{
background-color: #DF0408;
}
.BgClassName
{
background-color: #DF0408;
}
</style>
border-color css
<style>
span { border-color: #DF0408; }
span { border-color: rgb(223,4,8); }
td.TdClassName
{
border-color: #DF0408;
}
.TagClassName
{
border-color: #DF0408;
}
</style>