Shades of Venetian Red #DF010E
Tints of Venetian Red #DF010E
RGB
CMYK
RGB Variations
Color information
#DF010E (or 0xDF010E) is known color: Venetian Red. HEX triplet: DF, 01 and 0E. RGB value is (223,1,14). Sum of RGB (Red+Green+Blue) = 223+1+14=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF010E is #20FEF1. Grayscale: #454545. Windows color (decimal): -2162418 or 917983. OLE color: 917983.
HSL color Cylindrical-coordinate representation of color #DF010E: hue angle of 356.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.13 |
| HSL | 356.49º | 0.99% | 0.44% | - |
| HSV(B) | 356.49º | 1% | 0.87% | - |
| XYZ | 30.52 | 15.74 | 1.85 | - |
| YUV | 68.86 | 97.05 | 237.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 14 | 0 | 1.00 | 0.94 | 0.13 | 356.49 | 0.99 | 0.44 |
| Hex | DF | 1 | E | 0 | 64 | 5E | D | 164 | 63 | 2C |
| Octal | 337 | 1 | 16 | 0 | 144 | 136 | 15 | 544 | 143 | 54 |
| Binary | 11011111 | 1 | 1110 | 0 | 1100100 | 1011110 | 1101 | 101100100 | 1100011 | 101100 |
Color Harmonies of #DF010E
Complementary color
Monochromatic Colors of #DF010E
Black with #DF010E
Text Example
Text Example
White with #DF010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF010E; }
p { color: rgb(223,1,14); }
H1.HeaderClassName
{
color: #DF010E;
}
.AnyTagClassName
{
color: #DF010E;
}
</style>
background-color css
<style>
a { background-color: #DF010E; }
a { background-color: rgb(223,1,14); }
div.DivClassName
{
background-color: #DF010E;
}
.BgClassName
{
background-color: #DF010E;
}
</style>
border-color css
<style>
span { border-color: #DF010E; }
span { border-color: rgb(223,1,14); }
td.TdClassName
{
border-color: #DF010E;
}
.TagClassName
{
border-color: #DF010E;
}
</style>