Shades of Venetian Red #DA0105
Tints of Venetian Red #DA0105
RGB
CMYK
RGB Variations
Color information
#DA0105 (or 0xDA0105) is known color: Venetian Red. HEX triplet: DA, 01 and 05. RGB value is (218,1,5). Sum of RGB (Red+Green+Blue) = 218+1+5=224 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.32% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0105 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0105 is #25FEFA. Grayscale: #424242. Windows color (decimal): -2490107 or 328154. OLE color: 328154.
HSL color Cylindrical-coordinate representation of color #DA0105: hue angle of 358.89º 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 #DA0105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.15 |
| HSL | 358.89º | 0.99% | 0.43% | - |
| HSV(B) | 358.89º | 1% | 0.85% | - |
| XYZ | 28.95 | 14.94 | 1.5 | - |
| YUV | 66.34 | 93.39 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 5 | 0 | 1.00 | 0.98 | 0.15 | 358.89 | 0.99 | 0.43 |
| Hex | DA | 1 | 5 | 0 | 64 | 62 | F | 167 | 63 | 2B |
| Octal | 332 | 1 | 5 | 0 | 144 | 142 | 17 | 547 | 143 | 53 |
| Binary | 11011010 | 1 | 101 | 0 | 1100100 | 1100010 | 1111 | 101100111 | 1100011 | 101011 |
Color Harmonies of #DA0105
Complementary color
Monochromatic Colors of #DA0105
Black with #DA0105
Text Example
Text Example
White with #DA0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0105; }
p { color: rgb(218,1,5); }
H1.HeaderClassName
{
color: #DA0105;
}
.AnyTagClassName
{
color: #DA0105;
}
</style>
background-color css
<style>
a { background-color: #DA0105; }
a { background-color: rgb(218,1,5); }
div.DivClassName
{
background-color: #DA0105;
}
.BgClassName
{
background-color: #DA0105;
}
</style>
border-color css
<style>
span { border-color: #DA0105; }
span { border-color: rgb(218,1,5); }
td.TdClassName
{
border-color: #DA0105;
}
.TagClassName
{
border-color: #DA0105;
}
</style>