Shades of Venetian Red #DA031C
Tints of Venetian Red #DA031C
RGB
CMYK
RGB Variations
Color information
#DA031C (or 0xDA031C) is known color: Venetian Red. HEX triplet: DA, 03 and 1C. RGB value is (218,3,28). Sum of RGB (Red+Green+Blue) = 218+3+28=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031C is #25FCE3. Grayscale: #464646. Windows color (decimal): -2489572 or 1835994. OLE color: 1835994.
HSL color Cylindrical-coordinate representation of color #DA031C: hue angle of 353.02º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA031C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.15 |
| HSL | 353.02º | 0.97% | 0.43% | - |
| HSV(B) | 353.02º | 0.99% | 0.85% | - |
| XYZ | 29.16 | 15.05 | 2.47 | - |
| YUV | 70.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 28 | 0 | 0.99 | 0.87 | 0.15 | 353.02 | 0.97 | 0.43 |
| Hex | DA | 3 | 1C | 0 | 63 | 57 | F | 161 | 61 | 2B |
| Octal | 332 | 3 | 34 | 0 | 143 | 127 | 17 | 541 | 141 | 53 |
| Binary | 11011010 | 11 | 11100 | 0 | 1100011 | 1010111 | 1111 | 101100001 | 1100001 | 101011 |
Color Harmonies of #DA031C
Complementary color
Monochromatic Colors of #DA031C
Black with #DA031C
Text Example
Text Example
White with #DA031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA031C; }
p { color: rgb(218,3,28); }
H1.HeaderClassName
{
color: #DA031C;
}
.AnyTagClassName
{
color: #DA031C;
}
</style>
background-color css
<style>
a { background-color: #DA031C; }
a { background-color: rgb(218,3,28); }
div.DivClassName
{
background-color: #DA031C;
}
.BgClassName
{
background-color: #DA031C;
}
</style>
border-color css
<style>
span { border-color: #DA031C; }
span { border-color: rgb(218,3,28); }
td.TdClassName
{
border-color: #DA031C;
}
.TagClassName
{
border-color: #DA031C;
}
</style>