Shades of Venetian Red #DA0418
Tints of Venetian Red #DA0418
RGB
CMYK
RGB Variations
Color information
#DA0418 (or 0xDA0418) is known color: Venetian Red. HEX triplet: DA, 04 and 18. RGB value is (218,4,24). Sum of RGB (Red+Green+Blue) = 218+4+24=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0418 is #25FBE7. Grayscale: #464646. Windows color (decimal): -2489320 or 1574106. OLE color: 1574106.
HSL color Cylindrical-coordinate representation of color #DA0418: hue angle of 354.39º 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 #DA0418 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 24 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.15 |
| HSL | 354.39º | 0.96% | 0.44% | - |
| HSV(B) | 354.39º | 0.98% | 0.85% | - |
| XYZ | 29.12 | 15.06 | 2.24 | - |
| YUV | 70.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 24 | 0 | 0.98 | 0.89 | 0.15 | 354.39 | 0.96 | 0.44 |
| Hex | DA | 4 | 18 | 0 | 62 | 59 | F | 162 | 60 | 2C |
| Octal | 332 | 4 | 30 | 0 | 142 | 131 | 17 | 542 | 140 | 54 |
| Binary | 11011010 | 100 | 11000 | 0 | 1100010 | 1011001 | 1111 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DA0418
Complementary color
Monochromatic Colors of #DA0418
Black with #DA0418
Text Example
Text Example
White with #DA0418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0418; }
p { color: rgb(218,4,24); }
H1.HeaderClassName
{
color: #DA0418;
}
.AnyTagClassName
{
color: #DA0418;
}
</style>
background-color css
<style>
a { background-color: #DA0418; }
a { background-color: rgb(218,4,24); }
div.DivClassName
{
background-color: #DA0418;
}
.BgClassName
{
background-color: #DA0418;
}
</style>
border-color css
<style>
span { border-color: #DA0418; }
span { border-color: rgb(218,4,24); }
td.TdClassName
{
border-color: #DA0418;
}
.TagClassName
{
border-color: #DA0418;
}
</style>