Shades of Venetian Red #DA0313
Tints of Venetian Red #DA0313
RGB
CMYK
RGB Variations
Color information
#DA0313 (or 0xDA0313) is known color: Venetian Red. HEX triplet: DA, 03 and 13. RGB value is (218,3,19). Sum of RGB (Red+Green+Blue) = 218+3+19=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0313 is #25FCEC. Grayscale: #454545. Windows color (decimal): -2489581 or 1246170. OLE color: 1246170.
HSL color Cylindrical-coordinate representation of color #DA0313: hue angle of 355.53º 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 #DA0313 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 19 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.15 |
| HSL | 355.53º | 0.97% | 0.43% | - |
| HSV(B) | 355.53º | 0.99% | 0.85% | - |
| XYZ | 29.06 | 15.02 | 1.98 | - |
| YUV | 69.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 19 | 0 | 0.99 | 0.91 | 0.15 | 355.53 | 0.97 | 0.43 |
| Hex | DA | 3 | 13 | 0 | 63 | 5B | F | 164 | 61 | 2B |
| Octal | 332 | 3 | 23 | 0 | 143 | 133 | 17 | 544 | 141 | 53 |
| Binary | 11011010 | 11 | 10011 | 0 | 1100011 | 1011011 | 1111 | 101100100 | 1100001 | 101011 |
Color Harmonies of #DA0313
Complementary color
Monochromatic Colors of #DA0313
Black with #DA0313
Text Example
Text Example
White with #DA0313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0313; }
p { color: rgb(218,3,19); }
H1.HeaderClassName
{
color: #DA0313;
}
.AnyTagClassName
{
color: #DA0313;
}
</style>
background-color css
<style>
a { background-color: #DA0313; }
a { background-color: rgb(218,3,19); }
div.DivClassName
{
background-color: #DA0313;
}
.BgClassName
{
background-color: #DA0313;
}
</style>
border-color css
<style>
span { border-color: #DA0313; }
span { border-color: rgb(218,3,19); }
td.TdClassName
{
border-color: #DA0313;
}
.TagClassName
{
border-color: #DA0313;
}
</style>