Shades of Venetian Red #DA040D
Tints of Venetian Red #DA040D
RGB
CMYK
RGB Variations
Color information
#DA040D (or 0xDA040D) is known color: Venetian Red. HEX triplet: DA, 04 and 0D. RGB value is (218,4,13). Sum of RGB (Red+Green+Blue) = 218+4+13=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA040D is #25FBF2. Grayscale: #454545. Windows color (decimal): -2489331 or 853210. OLE color: 853210.
HSL color Cylindrical-coordinate representation of color #DA040D: hue angle of 357.48º 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 #DA040D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.15 |
| HSL | 357.48º | 0.96% | 0.44% | - |
| HSV(B) | 357.48º | 0.98% | 0.85% | - |
| XYZ | 29.03 | 15.02 | 1.75 | - |
| YUV | 69.01 | 96.4 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 13 | 0 | 0.98 | 0.94 | 0.15 | 357.48 | 0.96 | 0.44 |
| Hex | DA | 4 | D | 0 | 62 | 5E | F | 165 | 60 | 2C |
| Octal | 332 | 4 | 15 | 0 | 142 | 136 | 17 | 545 | 140 | 54 |
| Binary | 11011010 | 100 | 1101 | 0 | 1100010 | 1011110 | 1111 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DA040D
Complementary color
Monochromatic Colors of #DA040D
Black with #DA040D
Text Example
Text Example
White with #DA040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA040D; }
p { color: rgb(218,4,13); }
H1.HeaderClassName
{
color: #DA040D;
}
.AnyTagClassName
{
color: #DA040D;
}
</style>
background-color css
<style>
a { background-color: #DA040D; }
a { background-color: rgb(218,4,13); }
div.DivClassName
{
background-color: #DA040D;
}
.BgClassName
{
background-color: #DA040D;
}
</style>
border-color css
<style>
span { border-color: #DA040D; }
span { border-color: rgb(218,4,13); }
td.TdClassName
{
border-color: #DA040D;
}
.TagClassName
{
border-color: #DA040D;
}
</style>