Shades of Venetian Red #DA031E
Tints of Venetian Red #DA031E
RGB
CMYK
RGB Variations
Color information
#DA031E (or 0xDA031E) is known color: Venetian Red. HEX triplet: DA, 03 and 1E. RGB value is (218,3,30). Sum of RGB (Red+Green+Blue) = 218+3+30=251 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.85% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 218 - color contains mainly: red. Hex color #DA031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA031E is #25FCE1. Grayscale: #464646. Windows color (decimal): -2489570 or 1967066. OLE color: 1967066.
HSL color Cylindrical-coordinate representation of color #DA031E: hue angle of 352.47º 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 #DA031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.15 |
| HSL | 352.47º | 0.97% | 0.43% | - |
| HSV(B) | 352.47º | 0.99% | 0.85% | - |
| XYZ | 29.18 | 15.06 | 2.6 | - |
| YUV | 70.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 30 | 0 | 0.99 | 0.86 | 0.15 | 352.47 | 0.97 | 0.43 |
| Hex | DA | 3 | 1E | 0 | 63 | 56 | F | 160 | 61 | 2B |
| Octal | 332 | 3 | 36 | 0 | 143 | 126 | 17 | 540 | 141 | 53 |
| Binary | 11011010 | 11 | 11110 | 0 | 1100011 | 1010110 | 1111 | 101100000 | 1100001 | 101011 |
Color Harmonies of #DA031E
Complementary color
Monochromatic Colors of #DA031E
Black with #DA031E
Text Example
Text Example
White with #DA031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA031E; }
p { color: rgb(218,3,30); }
H1.HeaderClassName
{
color: #DA031E;
}
.AnyTagClassName
{
color: #DA031E;
}
</style>
background-color css
<style>
a { background-color: #DA031E; }
a { background-color: rgb(218,3,30); }
div.DivClassName
{
background-color: #DA031E;
}
.BgClassName
{
background-color: #DA031E;
}
</style>
border-color css
<style>
span { border-color: #DA031E; }
span { border-color: rgb(218,3,30); }
td.TdClassName
{
border-color: #DA031E;
}
.TagClassName
{
border-color: #DA031E;
}
</style>