Shades of Venetian Red #DA0004
Tints of Venetian Red #DA0004
RGB
CMYK
RGB Variations
Color information
#DA0004 (or 0xDA0004) is known color: Venetian Red. HEX triplet: DA, 00 and 04. RGB value is (218,0,4). Sum of RGB (Red+Green+Blue) = 218+0+4=222 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.20% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0004 is #25FFFB. Grayscale: #414141. Windows color (decimal): -2490364 or 262362. OLE color: 262362.
HSL color Cylindrical-coordinate representation of color #DA0004: hue angle of 358.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.15 |
| HSL | 358.9º | 1% | 0.43% | - |
| HSV(B) | 358.9º | 1% | 0.85% | - |
| XYZ | 28.94 | 14.91 | 1.47 | - |
| YUV | 65.64 | 93.22 | 236.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 4 | 0 | 1 | 0.98 | 0.15 | 358.9 | 1 | 0.43 |
| Hex | DA | 0 | 4 | 0 | 64 | 62 | F | 167 | 64 | 2B |
| Octal | 332 | 0 | 4 | 0 | 144 | 142 | 17 | 547 | 144 | 53 |
| Binary | 11011010 | 0 | 100 | 0 | 1100100 | 1100010 | 1111 | 101100111 | 1100100 | 101011 |
Color Harmonies of #DA0004
Complementary color
Monochromatic Colors of #DA0004
Black with #DA0004
Text Example
Text Example
White with #DA0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0004; }
p { color: rgb(218,0,4); }
H1.HeaderClassName
{
color: #DA0004;
}
.AnyTagClassName
{
color: #DA0004;
}
</style>
background-color css
<style>
a { background-color: #DA0004; }
a { background-color: rgb(218,0,4); }
div.DivClassName
{
background-color: #DA0004;
}
.BgClassName
{
background-color: #DA0004;
}
</style>
border-color css
<style>
span { border-color: #DA0004; }
span { border-color: rgb(218,0,4); }
td.TdClassName
{
border-color: #DA0004;
}
.TagClassName
{
border-color: #DA0004;
}
</style>