Shades of Venetian Red #DA0310
Tints of Venetian Red #DA0310
RGB
CMYK
RGB Variations
Color information
#DA0310 (or 0xDA0310) is known color: Venetian Red. HEX triplet: DA, 03 and 10. RGB value is (218,3,16). Sum of RGB (Red+Green+Blue) = 218+3+16=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0310 is #25FCEF. Grayscale: #444444. Windows color (decimal): -2489584 or 1049562. OLE color: 1049562.
HSL color Cylindrical-coordinate representation of color #DA0310: hue angle of 356.37º 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 #DA0310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 16 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.15 |
| HSL | 356.37º | 0.97% | 0.43% | - |
| HSV(B) | 356.37º | 0.99% | 0.85% | - |
| XYZ | 29.04 | 15.01 | 1.86 | - |
| YUV | 68.77 | 98.23 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 16 | 0 | 0.99 | 0.93 | 0.15 | 356.37 | 0.97 | 0.43 |
| Hex | DA | 3 | 10 | 0 | 63 | 5D | F | 164 | 61 | 2B |
| Octal | 332 | 3 | 20 | 0 | 143 | 135 | 17 | 544 | 141 | 53 |
| Binary | 11011010 | 11 | 10000 | 0 | 1100011 | 1011101 | 1111 | 101100100 | 1100001 | 101011 |
Color Harmonies of #DA0310
Complementary color
Monochromatic Colors of #DA0310
Black with #DA0310
Text Example
Text Example
White with #DA0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0310; }
p { color: rgb(218,3,16); }
H1.HeaderClassName
{
color: #DA0310;
}
.AnyTagClassName
{
color: #DA0310;
}
</style>
background-color css
<style>
a { background-color: #DA0310; }
a { background-color: rgb(218,3,16); }
div.DivClassName
{
background-color: #DA0310;
}
.BgClassName
{
background-color: #DA0310;
}
</style>
border-color css
<style>
span { border-color: #DA0310; }
span { border-color: rgb(218,3,16); }
td.TdClassName
{
border-color: #DA0310;
}
.TagClassName
{
border-color: #DA0310;
}
</style>