Shades of Venetian Red #DE090E
Tints of Venetian Red #DE090E
RGB
CMYK
RGB Variations
Color information
#DE090E (or 0xDE090E) is known color: Venetian Red. HEX triplet: DE, 09 and 0E. RGB value is (222,9,14). Sum of RGB (Red+Green+Blue) = 222+9+14=245 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.61% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 222 - color contains mainly: red. Hex color #DE090E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE090E is #21F6F1. Grayscale: #494949. Windows color (decimal): -2225906 or 920030. OLE color: 920030.
HSL color Cylindrical-coordinate representation of color #DE090E: hue angle of 358.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.13 |
| HSL | 358.59º | 0.92% | 0.45% | - |
| HSV(B) | 358.59º | 0.96% | 0.87% | - |
| XYZ | 30.3 | 15.76 | 1.86 | - |
| YUV | 73.26 | 94.57 | 234.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 9 | 14 | 0 | 0.96 | 0.94 | 0.13 | 358.59 | 0.92 | 0.45 |
| Hex | DE | 9 | E | 0 | 60 | 5E | D | 167 | 5C | 2D |
| Octal | 336 | 11 | 16 | 0 | 140 | 136 | 15 | 547 | 134 | 55 |
| Binary | 11011110 | 1001 | 1110 | 0 | 1100000 | 1011110 | 1101 | 101100111 | 1011100 | 101101 |
Color Harmonies of #DE090E
Complementary color
Monochromatic Colors of #DE090E
Black with #DE090E
Text Example
Text Example
White with #DE090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE090E; }
p { color: rgb(222,9,14); }
H1.HeaderClassName
{
color: #DE090E;
}
.AnyTagClassName
{
color: #DE090E;
}
</style>
background-color css
<style>
a { background-color: #DE090E; }
a { background-color: rgb(222,9,14); }
div.DivClassName
{
background-color: #DE090E;
}
.BgClassName
{
background-color: #DE090E;
}
</style>
border-color css
<style>
span { border-color: #DE090E; }
span { border-color: rgb(222,9,14); }
td.TdClassName
{
border-color: #DE090E;
}
.TagClassName
{
border-color: #DE090E;
}
</style>