Shades of Venetian Red #DA021C
Tints of Venetian Red #DA021C
RGB
CMYK
RGB Variations
Color information
#DA021C (or 0xDA021C) is known color: Venetian Red. HEX triplet: DA, 02 and 1C. RGB value is (218,2,28). Sum of RGB (Red+Green+Blue) = 218+2+28=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA021C is #25FDE3. Grayscale: #454545. Windows color (decimal): -2489828 or 1835738. OLE color: 1835738.
HSL color Cylindrical-coordinate representation of color #DA021C: hue angle of 352.78º 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 #DA021C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.15 |
| HSL | 352.78º | 0.98% | 0.43% | - |
| HSV(B) | 352.78º | 0.99% | 0.85% | - |
| XYZ | 29.14 | 15.03 | 2.46 | - |
| YUV | 69.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 28 | 0 | 0.99 | 0.87 | 0.15 | 352.78 | 0.98 | 0.43 |
| Hex | DA | 2 | 1C | 0 | 63 | 57 | F | 161 | 62 | 2B |
| Octal | 332 | 2 | 34 | 0 | 143 | 127 | 17 | 541 | 142 | 53 |
| Binary | 11011010 | 10 | 11100 | 0 | 1100011 | 1010111 | 1111 | 101100001 | 1100010 | 101011 |
Color Harmonies of #DA021C
Complementary color
Monochromatic Colors of #DA021C
Black with #DA021C
Text Example
Text Example
White with #DA021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA021C; }
p { color: rgb(218,2,28); }
H1.HeaderClassName
{
color: #DA021C;
}
.AnyTagClassName
{
color: #DA021C;
}
</style>
background-color css
<style>
a { background-color: #DA021C; }
a { background-color: rgb(218,2,28); }
div.DivClassName
{
background-color: #DA021C;
}
.BgClassName
{
background-color: #DA021C;
}
</style>
border-color css
<style>
span { border-color: #DA021C; }
span { border-color: rgb(218,2,28); }
td.TdClassName
{
border-color: #DA021C;
}
.TagClassName
{
border-color: #DA021C;
}
</style>