Shades of Venetian Red #DF020E
Tints of Venetian Red #DF020E
RGB
CMYK
RGB Variations
Color information
#DF020E (or 0xDF020E) is known color: Venetian Red. HEX triplet: DF, 02 and 0E. RGB value is (223,2,14). Sum of RGB (Red+Green+Blue) = 223+2+14=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020E is #20FDF1. Grayscale: #454545. Windows color (decimal): -2162162 or 918239. OLE color: 918239.
HSL color Cylindrical-coordinate representation of color #DF020E: hue angle of 356.74º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF020E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.13 |
| HSL | 356.74º | 0.98% | 0.44% | - |
| HSV(B) | 356.74º | 0.99% | 0.87% | - |
| XYZ | 30.53 | 15.76 | 1.85 | - |
| YUV | 69.45 | 96.72 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 14 | 0 | 0.99 | 0.94 | 0.13 | 356.74 | 0.98 | 0.44 |
| Hex | DF | 2 | E | 0 | 63 | 5E | D | 165 | 62 | 2C |
| Octal | 337 | 2 | 16 | 0 | 143 | 136 | 15 | 545 | 142 | 54 |
| Binary | 11011111 | 10 | 1110 | 0 | 1100011 | 1011110 | 1101 | 101100101 | 1100010 | 101100 |
Color Harmonies of #DF020E
Complementary color
Monochromatic Colors of #DF020E
Black with #DF020E
Text Example
Text Example
White with #DF020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF020E; }
p { color: rgb(223,2,14); }
H1.HeaderClassName
{
color: #DF020E;
}
.AnyTagClassName
{
color: #DF020E;
}
</style>
background-color css
<style>
a { background-color: #DF020E; }
a { background-color: rgb(223,2,14); }
div.DivClassName
{
background-color: #DF020E;
}
.BgClassName
{
background-color: #DF020E;
}
</style>
border-color css
<style>
span { border-color: #DF020E; }
span { border-color: rgb(223,2,14); }
td.TdClassName
{
border-color: #DF020E;
}
.TagClassName
{
border-color: #DF020E;
}
</style>