Shades of Venetian Red #DE0022
Tints of Venetian Red #DE0022
RGB
CMYK
RGB Variations
Color information
#DE0022 (or 0xDE0022) is known color: Venetian Red. HEX triplet: DE, 00 and 22. RGB value is (222,0,34). Sum of RGB (Red+Green+Blue) = 222+0+34=256 (33% of max value = 765). Red value is 222 (87.11% from 255 or 86.72% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0022 is #21FFDD. Grayscale: #464646. Windows color (decimal): -2228190 or 2228446. OLE color: 2228446.
HSL color Cylindrical-coordinate representation of color #DE0022: hue angle of 350.81º 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 #DE0022 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.85 | 0.13 |
| HSL | 350.81º | 1% | 0.44% | - |
| HSV(B) | 350.81º | 1% | 0.87% | - |
| XYZ | 30.41 | 15.65 | 2.93 | - |
| YUV | 70.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 34 | 0 | 1 | 0.85 | 0.13 | 350.81 | 1 | 0.44 |
| Hex | DE | 0 | 22 | 0 | 64 | 55 | D | 15F | 64 | 2C |
| Octal | 336 | 0 | 42 | 0 | 144 | 125 | 15 | 537 | 144 | 54 |
| Binary | 11011110 | 0 | 100010 | 0 | 1100100 | 1010101 | 1101 | 101011111 | 1100100 | 101100 |
Color Harmonies of #DE0022
Complementary color
Monochromatic Colors of #DE0022
Black with #DE0022
Text Example
Text Example
White with #DE0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0022; }
p { color: rgb(222,0,34); }
H1.HeaderClassName
{
color: #DE0022;
}
.AnyTagClassName
{
color: #DE0022;
}
</style>
background-color css
<style>
a { background-color: #DE0022; }
a { background-color: rgb(222,0,34); }
div.DivClassName
{
background-color: #DE0022;
}
.BgClassName
{
background-color: #DE0022;
}
</style>
border-color css
<style>
span { border-color: #DE0022; }
span { border-color: rgb(222,0,34); }
td.TdClassName
{
border-color: #DE0022;
}
.TagClassName
{
border-color: #DE0022;
}
</style>