Shades of Venetian Red #DA090E
Tints of Venetian Red #DA090E
RGB
CMYK
RGB Variations
Color information
#DA090E (or 0xDA090E) is known color: Venetian Red. HEX triplet: DA, 09 and 0E. RGB value is (218,9,14). Sum of RGB (Red+Green+Blue) = 218+9+14=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA090E is #25F6F1. Grayscale: #484848. Windows color (decimal): -2488050 or 920026. OLE color: 920026.
HSL color Cylindrical-coordinate representation of color #DA090E: hue angle of 358.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.15 |
| HSL | 358.56º | 0.92% | 0.45% | - |
| HSV(B) | 358.56º | 0.96% | 0.85% | - |
| XYZ | 29.09 | 15.13 | 1.8 | - |
| YUV | 72.06 | 95.24 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 14 | 0 | 0.96 | 0.94 | 0.15 | 358.56 | 0.92 | 0.45 |
| Hex | DA | 9 | E | 0 | 60 | 5E | F | 167 | 5C | 2D |
| Octal | 332 | 11 | 16 | 0 | 140 | 136 | 17 | 547 | 134 | 55 |
| Binary | 11011010 | 1001 | 1110 | 0 | 1100000 | 1011110 | 1111 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DA090E
Complementary color
Monochromatic Colors of #DA090E
Black with #DA090E
Text Example
Text Example
White with #DA090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA090E; }
p { color: rgb(218,9,14); }
H1.HeaderClassName
{
color: #DA090E;
}
.AnyTagClassName
{
color: #DA090E;
}
</style>
background-color css
<style>
a { background-color: #DA090E; }
a { background-color: rgb(218,9,14); }
div.DivClassName
{
background-color: #DA090E;
}
.BgClassName
{
background-color: #DA090E;
}
</style>
border-color css
<style>
span { border-color: #DA090E; }
span { border-color: rgb(218,9,14); }
td.TdClassName
{
border-color: #DA090E;
}
.TagClassName
{
border-color: #DA090E;
}
</style>