Shades of Venetian Red #DF0816
Tints of Venetian Red #DF0816
RGB
CMYK
RGB Variations
Color information
#DF0816 (or 0xDF0816) is known color: Venetian Red. HEX triplet: DF, 08 and 16. RGB value is (223,8,22). Sum of RGB (Red+Green+Blue) = 223+8+22=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0816 is #20F7E9. Grayscale: #4A4A4A. Windows color (decimal): -2160618 or 1444063. OLE color: 1444063.
HSL color Cylindrical-coordinate representation of color #DF0816: hue angle of 356.09º degrees, saturation: 0.93, 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 #DF0816 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.13 |
| HSL | 356.09º | 0.93% | 0.45% | - |
| HSV(B) | 356.09º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 15.92 | 2.22 | - |
| YUV | 73.88 | 98.73 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 22 | 0 | 0.96 | 0.90 | 0.13 | 356.09 | 0.93 | 0.45 |
| Hex | DF | 8 | 16 | 0 | 60 | 5A | D | 164 | 5D | 2D |
| Octal | 337 | 10 | 26 | 0 | 140 | 132 | 15 | 544 | 135 | 55 |
| Binary | 11011111 | 1000 | 10110 | 0 | 1100000 | 1011010 | 1101 | 101100100 | 1011101 | 101101 |
Color Harmonies of #DF0816
Complementary color
Monochromatic Colors of #DF0816
Black with #DF0816
Text Example
Text Example
White with #DF0816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0816; }
p { color: rgb(223,8,22); }
H1.HeaderClassName
{
color: #DF0816;
}
.AnyTagClassName
{
color: #DF0816;
}
</style>
background-color css
<style>
a { background-color: #DF0816; }
a { background-color: rgb(223,8,22); }
div.DivClassName
{
background-color: #DF0816;
}
.BgClassName
{
background-color: #DF0816;
}
</style>
border-color css
<style>
span { border-color: #DF0816; }
span { border-color: rgb(223,8,22); }
td.TdClassName
{
border-color: #DF0816;
}
.TagClassName
{
border-color: #DF0816;
}
</style>