Shades of Venetian Red #DF0713
Tints of Venetian Red #DF0713
RGB
CMYK
RGB Variations
Color information
#DF0713 (or 0xDF0713) is known color: Venetian Red. HEX triplet: DF, 07 and 13. RGB value is (223,7,19). Sum of RGB (Red+Green+Blue) = 223+7+19=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0713 is #20F8EC. Grayscale: #494949. Windows color (decimal): -2160877 or 1247199. OLE color: 1247199.
HSL color Cylindrical-coordinate representation of color #DF0713: hue angle of 356.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0713 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.13 |
| HSL | 356.67º | 0.94% | 0.45% | - |
| HSV(B) | 356.67º | 0.97% | 0.87% | - |
| XYZ | 30.62 | 15.89 | 2.07 | - |
| YUV | 72.95 | 97.56 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 19 | 0 | 0.97 | 0.91 | 0.13 | 356.67 | 0.94 | 0.45 |
| Hex | DF | 7 | 13 | 0 | 61 | 5B | D | 165 | 5E | 2D |
| Octal | 337 | 7 | 23 | 0 | 141 | 133 | 15 | 545 | 136 | 55 |
| Binary | 11011111 | 111 | 10011 | 0 | 1100001 | 1011011 | 1101 | 101100101 | 1011110 | 101101 |
Color Harmonies of #DF0713
Complementary color
Monochromatic Colors of #DF0713
Black with #DF0713
Text Example
Text Example
White with #DF0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0713; }
p { color: rgb(223,7,19); }
H1.HeaderClassName
{
color: #DF0713;
}
.AnyTagClassName
{
color: #DF0713;
}
</style>
background-color css
<style>
a { background-color: #DF0713; }
a { background-color: rgb(223,7,19); }
div.DivClassName
{
background-color: #DF0713;
}
.BgClassName
{
background-color: #DF0713;
}
</style>
border-color css
<style>
span { border-color: #DF0713; }
span { border-color: rgb(223,7,19); }
td.TdClassName
{
border-color: #DF0713;
}
.TagClassName
{
border-color: #DF0713;
}
</style>