Shades of Venetian Red #DA051B
Tints of Venetian Red #DA051B
RGB
CMYK
RGB Variations
Color information
#DA051B (or 0xDA051B) is known color: Venetian Red. HEX triplet: DA, 05 and 1B. RGB value is (218,5,27). Sum of RGB (Red+Green+Blue) = 218+5+27=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA051B is #25FAE4. Grayscale: #474747. Windows color (decimal): -2489061 or 1770970. OLE color: 1770970.
HSL color Cylindrical-coordinate representation of color #DA051B: hue angle of 353.8º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA051B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.15 |
| HSL | 353.8º | 0.96% | 0.44% | - |
| HSV(B) | 353.8º | 0.98% | 0.85% | - |
| XYZ | 29.17 | 15.09 | 2.41 | - |
| YUV | 71.2 | 103.07 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 27 | 0 | 0.98 | 0.88 | 0.15 | 353.8 | 0.96 | 0.44 |
| Hex | DA | 5 | 1B | 0 | 62 | 58 | F | 162 | 60 | 2C |
| Octal | 332 | 5 | 33 | 0 | 142 | 130 | 17 | 542 | 140 | 54 |
| Binary | 11011010 | 101 | 11011 | 0 | 1100010 | 1011000 | 1111 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DA051B
Complementary color
Monochromatic Colors of #DA051B
Black with #DA051B
Text Example
Text Example
White with #DA051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA051B; }
p { color: rgb(218,5,27); }
H1.HeaderClassName
{
color: #DA051B;
}
.AnyTagClassName
{
color: #DA051B;
}
</style>
background-color css
<style>
a { background-color: #DA051B; }
a { background-color: rgb(218,5,27); }
div.DivClassName
{
background-color: #DA051B;
}
.BgClassName
{
background-color: #DA051B;
}
</style>
border-color css
<style>
span { border-color: #DA051B; }
span { border-color: rgb(218,5,27); }
td.TdClassName
{
border-color: #DA051B;
}
.TagClassName
{
border-color: #DA051B;
}
</style>