Shades of Venetian Red #DA041C
Tints of Venetian Red #DA041C
RGB
CMYK
RGB Variations
Color information
#DA041C (or 0xDA041C) is known color: Venetian Red. HEX triplet: DA, 04 and 1C. RGB value is (218,4,28). Sum of RGB (Red+Green+Blue) = 218+4+28=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA041C is #25FBE3. Grayscale: #464646. Windows color (decimal): -2489316 or 1836250. OLE color: 1836250.
HSL color Cylindrical-coordinate representation of color #DA041C: hue angle of 353.27º 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 #DA041C is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.15 |
| HSL | 353.27º | 0.96% | 0.44% | - |
| HSV(B) | 353.27º | 0.98% | 0.85% | - |
| XYZ | 29.17 | 15.08 | 2.47 | - |
| YUV | 70.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 28 | 0 | 0.98 | 0.87 | 0.15 | 353.27 | 0.96 | 0.44 |
| Hex | DA | 4 | 1C | 0 | 62 | 57 | F | 161 | 60 | 2C |
| Octal | 332 | 4 | 34 | 0 | 142 | 127 | 17 | 541 | 140 | 54 |
| Binary | 11011010 | 100 | 11100 | 0 | 1100010 | 1010111 | 1111 | 101100001 | 1100000 | 101100 |
Color Harmonies of #DA041C
Complementary color
Monochromatic Colors of #DA041C
Black with #DA041C
Text Example
Text Example
White with #DA041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA041C; }
p { color: rgb(218,4,28); }
H1.HeaderClassName
{
color: #DA041C;
}
.AnyTagClassName
{
color: #DA041C;
}
</style>
background-color css
<style>
a { background-color: #DA041C; }
a { background-color: rgb(218,4,28); }
div.DivClassName
{
background-color: #DA041C;
}
.BgClassName
{
background-color: #DA041C;
}
</style>
border-color css
<style>
span { border-color: #DA041C; }
span { border-color: rgb(218,4,28); }
td.TdClassName
{
border-color: #DA041C;
}
.TagClassName
{
border-color: #DA041C;
}
</style>