Shades of Venetian Red #DA0410
Tints of Venetian Red #DA0410
RGB
CMYK
RGB Variations
Color information
#DA0410 (or 0xDA0410) is known color: Venetian Red. HEX triplet: DA, 04 and 10. RGB value is (218,4,16). Sum of RGB (Red+Green+Blue) = 218+4+16=238 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.60% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0410 is #25FBEF. Grayscale: #454545. Windows color (decimal): -2489328 or 1049818. OLE color: 1049818.
HSL color Cylindrical-coordinate representation of color #DA0410: hue angle of 356.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0410 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.15 |
| HSL | 356.64º | 0.96% | 0.44% | - |
| HSV(B) | 356.64º | 0.98% | 0.85% | - |
| XYZ | 29.05 | 15.03 | 1.86 | - |
| YUV | 69.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 16 | 0 | 0.98 | 0.93 | 0.15 | 356.64 | 0.96 | 0.44 |
| Hex | DA | 4 | 10 | 0 | 62 | 5D | F | 165 | 60 | 2C |
| Octal | 332 | 4 | 20 | 0 | 142 | 135 | 17 | 545 | 140 | 54 |
| Binary | 11011010 | 100 | 10000 | 0 | 1100010 | 1011101 | 1111 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DA0410
Complementary color
Monochromatic Colors of #DA0410
Black with #DA0410
Text Example
Text Example
White with #DA0410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0410; }
p { color: rgb(218,4,16); }
H1.HeaderClassName
{
color: #DA0410;
}
.AnyTagClassName
{
color: #DA0410;
}
</style>
background-color css
<style>
a { background-color: #DA0410; }
a { background-color: rgb(218,4,16); }
div.DivClassName
{
background-color: #DA0410;
}
.BgClassName
{
background-color: #DA0410;
}
</style>
border-color css
<style>
span { border-color: #DA0410; }
span { border-color: rgb(218,4,16); }
td.TdClassName
{
border-color: #DA0410;
}
.TagClassName
{
border-color: #DA0410;
}
</style>