Shades of Venetian Red #DE0020
Tints of Venetian Red #DE0020
RGB
CMYK
RGB Variations
Color information
#DE0020 (or 0xDE0020) is known color: Venetian Red. HEX triplet: DE, 00 and 20. RGB value is (222,0,32). Sum of RGB (Red+Green+Blue) = 222+0+32=254 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.40% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0020 is #21FFDF. Grayscale: #464646. Windows color (decimal): -2228192 or 2097374. OLE color: 2097374.
HSL color Cylindrical-coordinate representation of color #DE0020: hue angle of 351.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0020 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.86 | 0.13 |
| HSL | 351.35º | 1% | 0.44% | - |
| HSV(B) | 351.35º | 1% | 0.87% | - |
| XYZ | 30.38 | 15.63 | 2.78 | - |
| YUV | 70.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 32 | 0 | 1 | 0.86 | 0.13 | 351.35 | 1 | 0.44 |
| Hex | DE | 0 | 20 | 0 | 64 | 56 | D | 15F | 64 | 2C |
| Octal | 336 | 0 | 40 | 0 | 144 | 126 | 15 | 537 | 144 | 54 |
| Binary | 11011110 | 0 | 100000 | 0 | 1100100 | 1010110 | 1101 | 101011111 | 1100100 | 101100 |
Color Harmonies of #DE0020
Complementary color
Monochromatic Colors of #DE0020
Black with #DE0020
Text Example
Text Example
White with #DE0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0020; }
p { color: rgb(222,0,32); }
H1.HeaderClassName
{
color: #DE0020;
}
.AnyTagClassName
{
color: #DE0020;
}
</style>
background-color css
<style>
a { background-color: #DE0020; }
a { background-color: rgb(222,0,32); }
div.DivClassName
{
background-color: #DE0020;
}
.BgClassName
{
background-color: #DE0020;
}
</style>
border-color css
<style>
span { border-color: #DE0020; }
span { border-color: rgb(222,0,32); }
td.TdClassName
{
border-color: #DE0020;
}
.TagClassName
{
border-color: #DE0020;
}
</style>