Shades of Venetian Red #DA0203
Tints of Venetian Red #DA0203
RGB
CMYK
RGB Variations
Color information
#DA0203 (or 0xDA0203) is known color: Venetian Red. HEX triplet: DA, 02 and 03. RGB value is (218,2,3). Sum of RGB (Red+Green+Blue) = 218+2+3=223 (29% of max value = 765). Red value is 218 (85.55% from 255 or 97.76% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0203 is #25FDFC. Grayscale: #424242. Windows color (decimal): -2489853 or 197338. OLE color: 197338.
HSL color Cylindrical-coordinate representation of color #DA0203: hue angle of 359.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0203 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.15 |
| HSL | 359.72º | 0.98% | 0.43% | - |
| HSV(B) | 359.72º | 0.99% | 0.85% | - |
| XYZ | 28.95 | 14.96 | 1.45 | - |
| YUV | 66.7 | 92.06 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 3 | 0 | 0.99 | 0.99 | 0.15 | 359.72 | 0.98 | 0.43 |
| Hex | DA | 2 | 3 | 0 | 63 | 63 | F | 168 | 62 | 2B |
| Octal | 332 | 2 | 3 | 0 | 143 | 143 | 17 | 550 | 142 | 53 |
| Binary | 11011010 | 10 | 11 | 0 | 1100011 | 1100011 | 1111 | 101101000 | 1100010 | 101011 |
Color Harmonies of #DA0203
Complementary color
Monochromatic Colors of #DA0203
Black with #DA0203
Text Example
Text Example
White with #DA0203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0203; }
p { color: rgb(218,2,3); }
H1.HeaderClassName
{
color: #DA0203;
}
.AnyTagClassName
{
color: #DA0203;
}
</style>
background-color css
<style>
a { background-color: #DA0203; }
a { background-color: rgb(218,2,3); }
div.DivClassName
{
background-color: #DA0203;
}
.BgClassName
{
background-color: #DA0203;
}
</style>
border-color css
<style>
span { border-color: #DA0203; }
span { border-color: rgb(218,2,3); }
td.TdClassName
{
border-color: #DA0203;
}
.TagClassName
{
border-color: #DA0203;
}
</style>