Shades of Venetian Red #DA020F
Tints of Venetian Red #DA020F
RGB
CMYK
RGB Variations
Color information
#DA020F (or 0xDA020F) is known color: Venetian Red. HEX triplet: DA, 02 and 0F. RGB value is (218,2,15). Sum of RGB (Red+Green+Blue) = 218+2+15=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA020F is #25FDF0. Grayscale: #444444. Windows color (decimal): -2489841 or 983770. OLE color: 983770.
HSL color Cylindrical-coordinate representation of color #DA020F: hue angle of 356.39º degrees, saturation: 0.98, 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 #DA020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.15 |
| HSL | 356.39º | 0.98% | 0.43% | - |
| HSV(B) | 356.39º | 0.99% | 0.85% | - |
| XYZ | 29.02 | 14.98 | 1.81 | - |
| YUV | 68.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 15 | 0 | 0.99 | 0.93 | 0.15 | 356.39 | 0.98 | 0.43 |
| Hex | DA | 2 | F | 0 | 63 | 5D | F | 164 | 62 | 2B |
| Octal | 332 | 2 | 17 | 0 | 143 | 135 | 17 | 544 | 142 | 53 |
| Binary | 11011010 | 10 | 1111 | 0 | 1100011 | 1011101 | 1111 | 101100100 | 1100010 | 101011 |
Color Harmonies of #DA020F
Complementary color
Monochromatic Colors of #DA020F
Black with #DA020F
Text Example
Text Example
White with #DA020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA020F; }
p { color: rgb(218,2,15); }
H1.HeaderClassName
{
color: #DA020F;
}
.AnyTagClassName
{
color: #DA020F;
}
</style>
background-color css
<style>
a { background-color: #DA020F; }
a { background-color: rgb(218,2,15); }
div.DivClassName
{
background-color: #DA020F;
}
.BgClassName
{
background-color: #DA020F;
}
</style>
border-color css
<style>
span { border-color: #DA020F; }
span { border-color: rgb(218,2,15); }
td.TdClassName
{
border-color: #DA020F;
}
.TagClassName
{
border-color: #DA020F;
}
</style>