Shades of Venetian Red #DA081A
Tints of Venetian Red #DA081A
RGB
CMYK
RGB Variations
Color information
#DA081A (or 0xDA081A) is known color: Venetian Red. HEX triplet: DA, 08 and 1A. RGB value is (218,8,26). Sum of RGB (Red+Green+Blue) = 218+8+26=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081A is #25F7E5. Grayscale: #484848. Windows color (decimal): -2488294 or 1706202. OLE color: 1706202.
HSL color Cylindrical-coordinate representation of color #DA081A: hue angle of 354.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA081A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 26 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.15 |
| HSL | 354.86º | 0.93% | 0.44% | - |
| HSV(B) | 354.86º | 0.96% | 0.85% | - |
| XYZ | 29.19 | 15.15 | 2.36 | - |
| YUV | 72.84 | 101.57 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 26 | 0 | 0.96 | 0.88 | 0.15 | 354.86 | 0.93 | 0.44 |
| Hex | DA | 8 | 1A | 0 | 60 | 58 | F | 163 | 5D | 2C |
| Octal | 332 | 10 | 32 | 0 | 140 | 130 | 17 | 543 | 135 | 54 |
| Binary | 11011010 | 1000 | 11010 | 0 | 1100000 | 1011000 | 1111 | 101100011 | 1011101 | 101100 |
Color Harmonies of #DA081A
Complementary color
Monochromatic Colors of #DA081A
Black with #DA081A
Text Example
Text Example
White with #DA081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA081A; }
p { color: rgb(218,8,26); }
H1.HeaderClassName
{
color: #DA081A;
}
.AnyTagClassName
{
color: #DA081A;
}
</style>
background-color css
<style>
a { background-color: #DA081A; }
a { background-color: rgb(218,8,26); }
div.DivClassName
{
background-color: #DA081A;
}
.BgClassName
{
background-color: #DA081A;
}
</style>
border-color css
<style>
span { border-color: #DA081A; }
span { border-color: rgb(218,8,26); }
td.TdClassName
{
border-color: #DA081A;
}
.TagClassName
{
border-color: #DA081A;
}
</style>