Shades of Venetian Red #DF0A0F
Tints of Venetian Red #DF0A0F
RGB
CMYK
RGB Variations
Color information
#DF0A0F (or 0xDF0A0F) is known color: Venetian Red. HEX triplet: DF, 0A and 0F. RGB value is (223,10,15). Sum of RGB (Red+Green+Blue) = 223+10+15=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A0F is #20F5F0. Grayscale: #4A4A4A. Windows color (decimal): -2160113 or 985823. OLE color: 985823.
HSL color Cylindrical-coordinate representation of color #DF0A0F: hue angle of 358.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A0F is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 15 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.13 |
| HSL | 358.59º | 0.91% | 0.46% | - |
| HSV(B) | 358.59º | 0.96% | 0.87% | - |
| XYZ | 30.63 | 15.94 | 1.91 | - |
| YUV | 74.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 15 | 0 | 0.96 | 0.93 | 0.13 | 358.59 | 0.91 | 0.46 |
| Hex | DF | A | F | 0 | 60 | 5D | D | 167 | 5B | 2E |
| Octal | 337 | 12 | 17 | 0 | 140 | 135 | 15 | 547 | 133 | 56 |
| Binary | 11011111 | 1010 | 1111 | 0 | 1100000 | 1011101 | 1101 | 101100111 | 1011011 | 101110 |
Color Harmonies of #DF0A0F
Complementary color
Monochromatic Colors of #DF0A0F
Black with #DF0A0F
Text Example
Text Example
White with #DF0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A0F; }
p { color: rgb(223,10,15); }
H1.HeaderClassName
{
color: #DF0A0F;
}
.AnyTagClassName
{
color: #DF0A0F;
}
</style>
background-color css
<style>
a { background-color: #DF0A0F; }
a { background-color: rgb(223,10,15); }
div.DivClassName
{
background-color: #DF0A0F;
}
.BgClassName
{
background-color: #DF0A0F;
}
</style>
border-color css
<style>
span { border-color: #DF0A0F; }
span { border-color: rgb(223,10,15); }
td.TdClassName
{
border-color: #DF0A0F;
}
.TagClassName
{
border-color: #DF0A0F;
}
</style>