Shades of Venetian Red #DA0319
Tints of Venetian Red #DA0319
RGB
CMYK
RGB Variations
Color information
#DA0319 (or 0xDA0319) is known color: Venetian Red. HEX triplet: DA, 03 and 19. RGB value is (218,3,25). Sum of RGB (Red+Green+Blue) = 218+3+25=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0319 is #25FCE6. Grayscale: #454545. Windows color (decimal): -2489575 or 1639386. OLE color: 1639386.
HSL color Cylindrical-coordinate representation of color #DA0319: hue angle of 353.86º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0319 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 25 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.15 |
| HSL | 353.86º | 0.97% | 0.43% | - |
| HSV(B) | 353.86º | 0.99% | 0.85% | - |
| XYZ | 29.12 | 15.04 | 2.29 | - |
| YUV | 69.79 | 102.73 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 25 | 0 | 0.99 | 0.89 | 0.15 | 353.86 | 0.97 | 0.43 |
| Hex | DA | 3 | 19 | 0 | 63 | 59 | F | 162 | 61 | 2B |
| Octal | 332 | 3 | 31 | 0 | 143 | 131 | 17 | 542 | 141 | 53 |
| Binary | 11011010 | 11 | 11001 | 0 | 1100011 | 1011001 | 1111 | 101100010 | 1100001 | 101011 |
Color Harmonies of #DA0319
Complementary color
Monochromatic Colors of #DA0319
Black with #DA0319
Text Example
Text Example
White with #DA0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0319; }
p { color: rgb(218,3,25); }
H1.HeaderClassName
{
color: #DA0319;
}
.AnyTagClassName
{
color: #DA0319;
}
</style>
background-color css
<style>
a { background-color: #DA0319; }
a { background-color: rgb(218,3,25); }
div.DivClassName
{
background-color: #DA0319;
}
.BgClassName
{
background-color: #DA0319;
}
</style>
border-color css
<style>
span { border-color: #DA0319; }
span { border-color: rgb(218,3,25); }
td.TdClassName
{
border-color: #DA0319;
}
.TagClassName
{
border-color: #DA0319;
}
</style>