Shades of Venetian Red #DF0A13
Tints of Venetian Red #DF0A13
RGB
CMYK
RGB Variations
Color information
#DF0A13 (or 0xDF0A13) is known color: Venetian Red. HEX triplet: DF, 0A and 13. RGB value is (223,10,19). Sum of RGB (Red+Green+Blue) = 223+10+19=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A13 is #20F5EC. Grayscale: #4A4A4A. Windows color (decimal): -2160109 or 1247967. OLE color: 1247967.
HSL color Cylindrical-coordinate representation of color #DF0A13: hue angle of 357.46º 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 #DF0A13 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 19 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.13 |
| HSL | 357.46º | 0.91% | 0.46% | - |
| HSV(B) | 357.46º | 0.96% | 0.87% | - |
| XYZ | 30.66 | 15.95 | 2.08 | - |
| YUV | 74.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 19 | 0 | 0.96 | 0.91 | 0.13 | 357.46 | 0.91 | 0.46 |
| Hex | DF | A | 13 | 0 | 60 | 5B | D | 165 | 5B | 2E |
| Octal | 337 | 12 | 23 | 0 | 140 | 133 | 15 | 545 | 133 | 56 |
| Binary | 11011111 | 1010 | 10011 | 0 | 1100000 | 1011011 | 1101 | 101100101 | 1011011 | 101110 |
Color Harmonies of #DF0A13
Complementary color
Monochromatic Colors of #DF0A13
Black with #DF0A13
Text Example
Text Example
White with #DF0A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A13; }
p { color: rgb(223,10,19); }
H1.HeaderClassName
{
color: #DF0A13;
}
.AnyTagClassName
{
color: #DF0A13;
}
</style>
background-color css
<style>
a { background-color: #DF0A13; }
a { background-color: rgb(223,10,19); }
div.DivClassName
{
background-color: #DF0A13;
}
.BgClassName
{
background-color: #DF0A13;
}
</style>
border-color css
<style>
span { border-color: #DF0A13; }
span { border-color: rgb(223,10,19); }
td.TdClassName
{
border-color: #DF0A13;
}
.TagClassName
{
border-color: #DF0A13;
}
</style>