Shades of Venetian Red #DF0110
Tints of Venetian Red #DF0110
RGB
CMYK
RGB Variations
Color information
#DF0110 (or 0xDF0110) is known color: Venetian Red. HEX triplet: DF, 01 and 10. RGB value is (223,1,16). Sum of RGB (Red+Green+Blue) = 223+1+16=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0110 is #20FEEF. Grayscale: #454545. Windows color (decimal): -2162416 or 1049055. OLE color: 1049055.
HSL color Cylindrical-coordinate representation of color #DF0110: hue angle of 355.95º 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 #DF0110 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 16 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.13 |
| HSL | 355.95º | 0.99% | 0.44% | - |
| HSV(B) | 355.95º | 1% | 0.87% | - |
| XYZ | 30.54 | 15.75 | 1.92 | - |
| YUV | 69.09 | 98.05 | 237.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 16 | 0 | 1.00 | 0.93 | 0.13 | 355.95 | 0.99 | 0.44 |
| Hex | DF | 1 | 10 | 0 | 64 | 5D | D | 164 | 63 | 2C |
| Octal | 337 | 1 | 20 | 0 | 144 | 135 | 15 | 544 | 143 | 54 |
| Binary | 11011111 | 1 | 10000 | 0 | 1100100 | 1011101 | 1101 | 101100100 | 1100011 | 101100 |
Color Harmonies of #DF0110
Complementary color
Monochromatic Colors of #DF0110
Black with #DF0110
Text Example
Text Example
White with #DF0110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0110; }
p { color: rgb(223,1,16); }
H1.HeaderClassName
{
color: #DF0110;
}
.AnyTagClassName
{
color: #DF0110;
}
</style>
background-color css
<style>
a { background-color: #DF0110; }
a { background-color: rgb(223,1,16); }
div.DivClassName
{
background-color: #DF0110;
}
.BgClassName
{
background-color: #DF0110;
}
</style>
border-color css
<style>
span { border-color: #DF0110; }
span { border-color: rgb(223,1,16); }
td.TdClassName
{
border-color: #DF0110;
}
.TagClassName
{
border-color: #DF0110;
}
</style>