Shades of Venetian Red #DF090E
Tints of Venetian Red #DF090E
RGB
CMYK
RGB Variations
Color information
#DF090E (or 0xDF090E) is known color: Venetian Red. HEX triplet: DF, 09 and 0E. RGB value is (223,9,14). Sum of RGB (Red+Green+Blue) = 223+9+14=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF090E is #20F6F1. Grayscale: #494949. Windows color (decimal): -2160370 or 920031. OLE color: 920031.
HSL color Cylindrical-coordinate representation of color #DF090E: hue angle of 358.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.13 |
| HSL | 358.6º | 0.92% | 0.45% | - |
| HSV(B) | 358.6º | 0.96% | 0.87% | - |
| XYZ | 30.61 | 15.92 | 1.87 | - |
| YUV | 73.56 | 94.4 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 14 | 0 | 0.96 | 0.94 | 0.13 | 358.6 | 0.92 | 0.45 |
| Hex | DF | 9 | E | 0 | 60 | 5E | D | 167 | 5C | 2D |
| Octal | 337 | 11 | 16 | 0 | 140 | 136 | 15 | 547 | 134 | 55 |
| Binary | 11011111 | 1001 | 1110 | 0 | 1100000 | 1011110 | 1101 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DF090E
Complementary color
Monochromatic Colors of #DF090E
Black with #DF090E
Text Example
Text Example
White with #DF090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF090E; }
p { color: rgb(223,9,14); }
H1.HeaderClassName
{
color: #DF090E;
}
.AnyTagClassName
{
color: #DF090E;
}
</style>
background-color css
<style>
a { background-color: #DF090E; }
a { background-color: rgb(223,9,14); }
div.DivClassName
{
background-color: #DF090E;
}
.BgClassName
{
background-color: #DF090E;
}
</style>
border-color css
<style>
span { border-color: #DF090E; }
span { border-color: rgb(223,9,14); }
td.TdClassName
{
border-color: #DF090E;
}
.TagClassName
{
border-color: #DF090E;
}
</style>