Shades of Venetian Red #DE0109
Tints of Venetian Red #DE0109
RGB
CMYK
RGB Variations
Color information
#DE0109 (or 0xDE0109) is known color: Venetian Red. HEX triplet: DE, 01 and 09. RGB value is (222,1,9). Sum of RGB (Red+Green+Blue) = 222+1+9=232 (30% of max value = 765). Red value is 222 (87.11% from 255 or 95.69% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0109 is #21FEF6. Grayscale: #444444. Windows color (decimal): -2227959 or 590302. OLE color: 590302.
HSL color Cylindrical-coordinate representation of color #DE0109: hue angle of 357.83º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.13 |
| HSL | 357.83º | 0.99% | 0.44% | - |
| HSV(B) | 357.83º | 1% | 0.87% | - |
| XYZ | 30.18 | 15.57 | 1.67 | - |
| YUV | 67.99 | 94.72 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 9 | 0 | 1.00 | 0.96 | 0.13 | 357.83 | 0.99 | 0.44 |
| Hex | DE | 1 | 9 | 0 | 64 | 60 | D | 166 | 63 | 2C |
| Octal | 336 | 1 | 11 | 0 | 144 | 140 | 15 | 546 | 143 | 54 |
| Binary | 11011110 | 1 | 1001 | 0 | 1100100 | 1100000 | 1101 | 101100110 | 1100011 | 101100 |
Color Harmonies of #DE0109
Complementary color
Monochromatic Colors of #DE0109
Black with #DE0109
Text Example
Text Example
White with #DE0109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0109; }
p { color: rgb(222,1,9); }
H1.HeaderClassName
{
color: #DE0109;
}
.AnyTagClassName
{
color: #DE0109;
}
</style>
background-color css
<style>
a { background-color: #DE0109; }
a { background-color: rgb(222,1,9); }
div.DivClassName
{
background-color: #DE0109;
}
.BgClassName
{
background-color: #DE0109;
}
</style>
border-color css
<style>
span { border-color: #DE0109; }
span { border-color: rgb(222,1,9); }
td.TdClassName
{
border-color: #DE0109;
}
.TagClassName
{
border-color: #DE0109;
}
</style>