Shades of Venetian Red #DA0614
Tints of Venetian Red #DA0614
RGB
CMYK
RGB Variations
Color information
#DA0614 (or 0xDA0614) is known color: Venetian Red. HEX triplet: DA, 06 and 14. RGB value is (218,6,20). Sum of RGB (Red+Green+Blue) = 218+6+20=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0614 is #25F9EB. Grayscale: #474747. Windows color (decimal): -2488812 or 1312474. OLE color: 1312474.
HSL color Cylindrical-coordinate representation of color #DA0614: hue angle of 356.04º degrees, saturation: 0.95, 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 #DA0614 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.15 |
| HSL | 356.04º | 0.95% | 0.44% | - |
| HSV(B) | 356.04º | 0.97% | 0.85% | - |
| XYZ | 29.1 | 15.09 | 2.04 | - |
| YUV | 70.98 | 99.24 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 20 | 0 | 0.97 | 0.91 | 0.15 | 356.04 | 0.95 | 0.44 |
| Hex | DA | 6 | 14 | 0 | 61 | 5B | F | 164 | 5F | 2C |
| Octal | 332 | 6 | 24 | 0 | 141 | 133 | 17 | 544 | 137 | 54 |
| Binary | 11011010 | 110 | 10100 | 0 | 1100001 | 1011011 | 1111 | 101100100 | 1011111 | 101100 |
Color Harmonies of #DA0614
Complementary color
Monochromatic Colors of #DA0614
Black with #DA0614
Text Example
Text Example
White with #DA0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0614; }
p { color: rgb(218,6,20); }
H1.HeaderClassName
{
color: #DA0614;
}
.AnyTagClassName
{
color: #DA0614;
}
</style>
background-color css
<style>
a { background-color: #DA0614; }
a { background-color: rgb(218,6,20); }
div.DivClassName
{
background-color: #DA0614;
}
.BgClassName
{
background-color: #DA0614;
}
</style>
border-color css
<style>
span { border-color: #DA0614; }
span { border-color: rgb(218,6,20); }
td.TdClassName
{
border-color: #DA0614;
}
.TagClassName
{
border-color: #DA0614;
}
</style>