Shades of Venetian Red #DA0103
Tints of Venetian Red #DA0103
RGB
CMYK
RGB Variations
Color information
#DA0103 (or 0xDA0103) is known color: Venetian Red. HEX triplet: DA, 01 and 03. RGB value is (218,1,3). Sum of RGB (Red+Green+Blue) = 218+1+3=222 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.20% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0103 is #25FEFC. Grayscale: #424242. Windows color (decimal): -2490109 or 197082. OLE color: 197082.
HSL color Cylindrical-coordinate representation of color #DA0103: hue angle of 359.45º 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 #DA0103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.15 |
| HSL | 359.45º | 0.99% | 0.43% | - |
| HSV(B) | 359.45º | 1% | 0.85% | - |
| XYZ | 28.94 | 14.93 | 1.44 | - |
| YUV | 66.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 3 | 0 | 1.00 | 0.99 | 0.15 | 359.45 | 0.99 | 0.43 |
| Hex | DA | 1 | 3 | 0 | 64 | 63 | F | 167 | 63 | 2B |
| Octal | 332 | 1 | 3 | 0 | 144 | 143 | 17 | 547 | 143 | 53 |
| Binary | 11011010 | 1 | 11 | 0 | 1100100 | 1100011 | 1111 | 101100111 | 1100011 | 101011 |
Color Harmonies of #DA0103
Complementary color
Monochromatic Colors of #DA0103
Black with #DA0103
Text Example
Text Example
White with #DA0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0103; }
p { color: rgb(218,1,3); }
H1.HeaderClassName
{
color: #DA0103;
}
.AnyTagClassName
{
color: #DA0103;
}
</style>
background-color css
<style>
a { background-color: #DA0103; }
a { background-color: rgb(218,1,3); }
div.DivClassName
{
background-color: #DA0103;
}
.BgClassName
{
background-color: #DA0103;
}
</style>
border-color css
<style>
span { border-color: #DA0103; }
span { border-color: rgb(218,1,3); }
td.TdClassName
{
border-color: #DA0103;
}
.TagClassName
{
border-color: #DA0103;
}
</style>