Shades of Venetian Red #DF000E
Tints of Venetian Red #DF000E
RGB
CMYK
RGB Variations
Color information
#DF000E (or 0xDF000E) is known color: Venetian Red. HEX triplet: DF, 00 and 0E. RGB value is (223,0,14). Sum of RGB (Red+Green+Blue) = 223+0+14=237 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.09% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 223 - color contains mainly: red. Hex color #DF000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF000E is #20FFF1. Grayscale: #444444. Windows color (decimal): -2162674 or 917727. OLE color: 917727.
HSL color Cylindrical-coordinate representation of color #DF000E: hue angle of 356.23º 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 #DF000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.13 |
| HSL | 356.23º | 1% | 0.44% | - |
| HSV(B) | 356.23º | 1% | 0.87% | - |
| XYZ | 30.51 | 15.72 | 1.84 | - |
| YUV | 68.27 | 97.38 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 14 | 0 | 1 | 0.94 | 0.13 | 356.23 | 1 | 0.44 |
| Hex | DF | 0 | E | 0 | 64 | 5E | D | 164 | 64 | 2C |
| Octal | 337 | 0 | 16 | 0 | 144 | 136 | 15 | 544 | 144 | 54 |
| Binary | 11011111 | 0 | 1110 | 0 | 1100100 | 1011110 | 1101 | 101100100 | 1100100 | 101100 |
Color Harmonies of #DF000E
Complementary color
Monochromatic Colors of #DF000E
Black with #DF000E
Text Example
Text Example
White with #DF000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF000E; }
p { color: rgb(223,0,14); }
H1.HeaderClassName
{
color: #DF000E;
}
.AnyTagClassName
{
color: #DF000E;
}
</style>
background-color css
<style>
a { background-color: #DF000E; }
a { background-color: rgb(223,0,14); }
div.DivClassName
{
background-color: #DF000E;
}
.BgClassName
{
background-color: #DF000E;
}
</style>
border-color css
<style>
span { border-color: #DF000E; }
span { border-color: rgb(223,0,14); }
td.TdClassName
{
border-color: #DF000E;
}
.TagClassName
{
border-color: #DF000E;
}
</style>