Shades of Venetian Red #DE0004
Tints of Venetian Red #DE0004
RGB
CMYK
RGB Variations
Color information
#DE0004 (or 0xDE0004) is known color: Venetian Red. HEX triplet: DE, 00 and 04. RGB value is (222,0,4). Sum of RGB (Red+Green+Blue) = 222+0+4=226 (29% of max value = 765). Red value is 222 (87.11% from 255 or 98.23% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0004 is #21FFFB. Grayscale: #434343. Windows color (decimal): -2228220 or 262366. OLE color: 262366.
HSL color Cylindrical-coordinate representation of color #DE0004: hue angle of 358.92º 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 #DE0004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.13 |
| HSL | 358.92º | 1% | 0.44% | - |
| HSV(B) | 358.92º | 1% | 0.87% | - |
| XYZ | 30.15 | 15.54 | 1.53 | - |
| YUV | 66.83 | 92.55 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 4 | 0 | 1 | 0.98 | 0.13 | 358.92 | 1 | 0.44 |
| Hex | DE | 0 | 4 | 0 | 64 | 62 | D | 167 | 64 | 2C |
| Octal | 336 | 0 | 4 | 0 | 144 | 142 | 15 | 547 | 144 | 54 |
| Binary | 11011110 | 0 | 100 | 0 | 1100100 | 1100010 | 1101 | 101100111 | 1100100 | 101100 |
Color Harmonies of #DE0004
Complementary color
Monochromatic Colors of #DE0004
Black with #DE0004
Text Example
Text Example
White with #DE0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0004; }
p { color: rgb(222,0,4); }
H1.HeaderClassName
{
color: #DE0004;
}
.AnyTagClassName
{
color: #DE0004;
}
</style>
background-color css
<style>
a { background-color: #DE0004; }
a { background-color: rgb(222,0,4); }
div.DivClassName
{
background-color: #DE0004;
}
.BgClassName
{
background-color: #DE0004;
}
</style>
border-color css
<style>
span { border-color: #DE0004; }
span { border-color: rgb(222,0,4); }
td.TdClassName
{
border-color: #DE0004;
}
.TagClassName
{
border-color: #DE0004;
}
</style>