Shades of Venetian Red #DF070E
Tints of Venetian Red #DF070E
RGB
CMYK
RGB Variations
Color information
#DF070E (or 0xDF070E) is known color: Venetian Red. HEX triplet: DF, 07 and 0E. RGB value is (223,7,14). Sum of RGB (Red+Green+Blue) = 223+7+14=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF070E is #20F8F1. Grayscale: #484848. Windows color (decimal): -2160882 or 919519. OLE color: 919519.
HSL color Cylindrical-coordinate representation of color #DF070E: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF070E is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 14 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.13 |
| HSL | 358.06º | 0.94% | 0.45% | - |
| HSV(B) | 358.06º | 0.97% | 0.87% | - |
| XYZ | 30.59 | 15.87 | 1.87 | - |
| YUV | 72.38 | 95.06 | 235.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 14 | 0 | 0.97 | 0.94 | 0.13 | 358.06 | 0.94 | 0.45 |
| Hex | DF | 7 | E | 0 | 61 | 5E | D | 166 | 5E | 2D |
| Octal | 337 | 7 | 16 | 0 | 141 | 136 | 15 | 546 | 136 | 55 |
| Binary | 11011111 | 111 | 1110 | 0 | 1100001 | 1011110 | 1101 | 101100110 | 1011110 | 101101 |
Color Harmonies of #DF070E
Complementary color
Monochromatic Colors of #DF070E
Black with #DF070E
Text Example
Text Example
White with #DF070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF070E; }
p { color: rgb(223,7,14); }
H1.HeaderClassName
{
color: #DF070E;
}
.AnyTagClassName
{
color: #DF070E;
}
</style>
background-color css
<style>
a { background-color: #DF070E; }
a { background-color: rgb(223,7,14); }
div.DivClassName
{
background-color: #DF070E;
}
.BgClassName
{
background-color: #DF070E;
}
</style>
border-color css
<style>
span { border-color: #DF070E; }
span { border-color: rgb(223,7,14); }
td.TdClassName
{
border-color: #DF070E;
}
.TagClassName
{
border-color: #DF070E;
}
</style>