Shades of Venetian Red #DA041B
Tints of Venetian Red #DA041B
RGB
CMYK
RGB Variations
Color information
#DA041B (or 0xDA041B) is known color: Venetian Red. HEX triplet: DA, 04 and 1B. RGB value is (218,4,27). Sum of RGB (Red+Green+Blue) = 218+4+27=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA041B is #25FBE4. Grayscale: #464646. Windows color (decimal): -2489317 or 1770714. OLE color: 1770714.
HSL color Cylindrical-coordinate representation of color #DA041B: hue angle of 353.55º 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 #DA041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.15 |
| HSL | 353.55º | 0.96% | 0.44% | - |
| HSV(B) | 353.55º | 0.98% | 0.85% | - |
| XYZ | 29.15 | 15.07 | 2.41 | - |
| YUV | 70.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 27 | 0 | 0.98 | 0.88 | 0.15 | 353.55 | 0.96 | 0.44 |
| Hex | DA | 4 | 1B | 0 | 62 | 58 | F | 162 | 60 | 2C |
| Octal | 332 | 4 | 33 | 0 | 142 | 130 | 17 | 542 | 140 | 54 |
| Binary | 11011010 | 100 | 11011 | 0 | 1100010 | 1011000 | 1111 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DA041B
Complementary color
Monochromatic Colors of #DA041B
Black with #DA041B
Text Example
Text Example
White with #DA041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA041B; }
p { color: rgb(218,4,27); }
H1.HeaderClassName
{
color: #DA041B;
}
.AnyTagClassName
{
color: #DA041B;
}
</style>
background-color css
<style>
a { background-color: #DA041B; }
a { background-color: rgb(218,4,27); }
div.DivClassName
{
background-color: #DA041B;
}
.BgClassName
{
background-color: #DA041B;
}
</style>
border-color css
<style>
span { border-color: #DA041B; }
span { border-color: rgb(218,4,27); }
td.TdClassName
{
border-color: #DA041B;
}
.TagClassName
{
border-color: #DA041B;
}
</style>