Shades of Venetian Red #DA080B
Tints of Venetian Red #DA080B
RGB
CMYK
RGB Variations
Color information
#DA080B (or 0xDA080B) is known color: Venetian Red. HEX triplet: DA, 08 and 0B. RGB value is (218,8,11). Sum of RGB (Red+Green+Blue) = 218+8+11=237 (31% of max value = 765). Red value is 218 (85.55% from 255 or 91.98% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 218 - color contains mainly: red. Hex color #DA080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA080B is #25F7F4. Grayscale: #474747. Windows color (decimal): -2488309 or 723162. OLE color: 723162.
HSL color Cylindrical-coordinate representation of color #DA080B: hue angle of 359.14º 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 #DA080B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.15 |
| HSL | 359.14º | 0.93% | 0.44% | - |
| HSV(B) | 359.14º | 0.96% | 0.85% | - |
| XYZ | 29.06 | 15.1 | 1.7 | - |
| YUV | 71.13 | 94.07 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 11 | 0 | 0.96 | 0.95 | 0.15 | 359.14 | 0.93 | 0.44 |
| Hex | DA | 8 | B | 0 | 60 | 5F | F | 167 | 5D | 2C |
| Octal | 332 | 10 | 13 | 0 | 140 | 137 | 17 | 547 | 135 | 54 |
| Binary | 11011010 | 1000 | 1011 | 0 | 1100000 | 1011111 | 1111 | 101100111 | 1011101 | 101100 |
Color Harmonies of #DA080B
Complementary color
Monochromatic Colors of #DA080B
Black with #DA080B
Text Example
Text Example
White with #DA080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA080B; }
p { color: rgb(218,8,11); }
H1.HeaderClassName
{
color: #DA080B;
}
.AnyTagClassName
{
color: #DA080B;
}
</style>
background-color css
<style>
a { background-color: #DA080B; }
a { background-color: rgb(218,8,11); }
div.DivClassName
{
background-color: #DA080B;
}
.BgClassName
{
background-color: #DA080B;
}
</style>
border-color css
<style>
span { border-color: #DA080B; }
span { border-color: rgb(218,8,11); }
td.TdClassName
{
border-color: #DA080B;
}
.TagClassName
{
border-color: #DA080B;
}
</style>