Shades of Venetian Red #DA0713
Tints of Venetian Red #DA0713
RGB
CMYK
RGB Variations
Color information
#DA0713 (or 0xDA0713) is known color: Venetian Red. HEX triplet: DA, 07 and 13. RGB value is (218,7,19). Sum of RGB (Red+Green+Blue) = 218+7+19=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0713 is #25F8EC. Grayscale: #474747. Windows color (decimal): -2488557 or 1247194. OLE color: 1247194.
HSL color Cylindrical-coordinate representation of color #DA0713: hue angle of 356.59º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0713 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.15 |
| HSL | 356.59º | 0.94% | 0.44% | - |
| HSV(B) | 356.59º | 0.97% | 0.85% | - |
| XYZ | 29.11 | 15.1 | 2 | - |
| YUV | 71.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 19 | 0 | 0.97 | 0.91 | 0.15 | 356.59 | 0.94 | 0.44 |
| Hex | DA | 7 | 13 | 0 | 61 | 5B | F | 165 | 5E | 2C |
| Octal | 332 | 7 | 23 | 0 | 141 | 133 | 17 | 545 | 136 | 54 |
| Binary | 11011010 | 111 | 10011 | 0 | 1100001 | 1011011 | 1111 | 101100101 | 1011110 | 101100 |
Color Harmonies of #DA0713
Complementary color
Monochromatic Colors of #DA0713
Black with #DA0713
Text Example
Text Example
White with #DA0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0713; }
p { color: rgb(218,7,19); }
H1.HeaderClassName
{
color: #DA0713;
}
.AnyTagClassName
{
color: #DA0713;
}
</style>
background-color css
<style>
a { background-color: #DA0713; }
a { background-color: rgb(218,7,19); }
div.DivClassName
{
background-color: #DA0713;
}
.BgClassName
{
background-color: #DA0713;
}
</style>
border-color css
<style>
span { border-color: #DA0713; }
span { border-color: rgb(218,7,19); }
td.TdClassName
{
border-color: #DA0713;
}
.TagClassName
{
border-color: #DA0713;
}
</style>