Shades of Venetian Red #DA081B
Tints of Venetian Red #DA081B
RGB
CMYK
RGB Variations
Color information
#DA081B (or 0xDA081B) is known color: Venetian Red. HEX triplet: DA, 08 and 1B. RGB value is (218,8,27). Sum of RGB (Red+Green+Blue) = 218+8+27=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081B is #25F7E4. Grayscale: #494949. Windows color (decimal): -2488293 or 1771738. OLE color: 1771738.
HSL color Cylindrical-coordinate representation of color #DA081B: hue angle of 354.57º 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 #DA081B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.15 |
| HSL | 354.57º | 0.93% | 0.44% | - |
| HSV(B) | 354.57º | 0.96% | 0.85% | - |
| XYZ | 29.2 | 15.16 | 2.42 | - |
| YUV | 72.96 | 102.07 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 27 | 0 | 0.96 | 0.88 | 0.15 | 354.57 | 0.93 | 0.44 |
| Hex | DA | 8 | 1B | 0 | 60 | 58 | F | 163 | 5D | 2C |
| Octal | 332 | 10 | 33 | 0 | 140 | 130 | 17 | 543 | 135 | 54 |
| Binary | 11011010 | 1000 | 11011 | 0 | 1100000 | 1011000 | 1111 | 101100011 | 1011101 | 101100 |
Color Harmonies of #DA081B
Complementary color
Monochromatic Colors of #DA081B
Black with #DA081B
Text Example
Text Example
White with #DA081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA081B; }
p { color: rgb(218,8,27); }
H1.HeaderClassName
{
color: #DA081B;
}
.AnyTagClassName
{
color: #DA081B;
}
</style>
background-color css
<style>
a { background-color: #DA081B; }
a { background-color: rgb(218,8,27); }
div.DivClassName
{
background-color: #DA081B;
}
.BgClassName
{
background-color: #DA081B;
}
</style>
border-color css
<style>
span { border-color: #DA081B; }
span { border-color: rgb(218,8,27); }
td.TdClassName
{
border-color: #DA081B;
}
.TagClassName
{
border-color: #DA081B;
}
</style>