Shades of Venetian Red #DA0104
Tints of Venetian Red #DA0104
RGB
CMYK
RGB Variations
Color information
#DA0104 (or 0xDA0104) is known color: Venetian Red. HEX triplet: DA, 01 and 04. RGB value is (218,1,4). Sum of RGB (Red+Green+Blue) = 218+1+4=223 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.76% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0104 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0104 is #25FEFB. Grayscale: #424242. Windows color (decimal): -2490108 or 262618. OLE color: 262618.
HSL color Cylindrical-coordinate representation of color #DA0104: hue angle of 359.17º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0104 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 4 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.15 |
| HSL | 359.17º | 0.99% | 0.43% | - |
| HSV(B) | 359.17º | 1% | 0.85% | - |
| XYZ | 28.95 | 14.94 | 1.47 | - |
| YUV | 66.23 | 92.89 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 4 | 0 | 1.00 | 0.98 | 0.15 | 359.17 | 0.99 | 0.43 |
| Hex | DA | 1 | 4 | 0 | 64 | 62 | F | 167 | 63 | 2B |
| Octal | 332 | 1 | 4 | 0 | 144 | 142 | 17 | 547 | 143 | 53 |
| Binary | 11011010 | 1 | 100 | 0 | 1100100 | 1100010 | 1111 | 101100111 | 1100011 | 101011 |
Color Harmonies of #DA0104
Complementary color
Monochromatic Colors of #DA0104
Black with #DA0104
Text Example
Text Example
White with #DA0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0104; }
p { color: rgb(218,1,4); }
H1.HeaderClassName
{
color: #DA0104;
}
.AnyTagClassName
{
color: #DA0104;
}
</style>
background-color css
<style>
a { background-color: #DA0104; }
a { background-color: rgb(218,1,4); }
div.DivClassName
{
background-color: #DA0104;
}
.BgClassName
{
background-color: #DA0104;
}
</style>
border-color css
<style>
span { border-color: #DA0104; }
span { border-color: rgb(218,1,4); }
td.TdClassName
{
border-color: #DA0104;
}
.TagClassName
{
border-color: #DA0104;
}
</style>