Shades of Venetian Red #DE0204
Tints of Venetian Red #DE0204
RGB
CMYK
RGB Variations
Color information
#DE0204 (or 0xDE0204) is known color: Venetian Red. HEX triplet: DE, 02 and 04. RGB value is (222,2,4). Sum of RGB (Red+Green+Blue) = 222+2+4=228 (30% of max value = 765). Red value is 222 (87.11% from 255 or 97.37% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0204 is #21FDFB. Grayscale: #444444. Windows color (decimal): -2227708 or 262878. OLE color: 262878.
HSL color Cylindrical-coordinate representation of color #DE0204: hue angle of 359.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE0204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.13 |
| HSL | 359.45º | 0.98% | 0.44% | - |
| HSV(B) | 359.45º | 0.99% | 0.87% | - |
| XYZ | 30.17 | 15.58 | 1.53 | - |
| YUV | 68.01 | 91.89 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 4 | 0 | 0.99 | 0.98 | 0.13 | 359.45 | 0.98 | 0.44 |
| Hex | DE | 2 | 4 | 0 | 63 | 62 | D | 167 | 62 | 2C |
| Octal | 336 | 2 | 4 | 0 | 143 | 142 | 15 | 547 | 142 | 54 |
| Binary | 11011110 | 10 | 100 | 0 | 1100011 | 1100010 | 1101 | 101100111 | 1100010 | 101100 |
Color Harmonies of #DE0204
Complementary color
Monochromatic Colors of #DE0204
Black with #DE0204
Text Example
Text Example
White with #DE0204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0204; }
p { color: rgb(222,2,4); }
H1.HeaderClassName
{
color: #DE0204;
}
.AnyTagClassName
{
color: #DE0204;
}
</style>
background-color css
<style>
a { background-color: #DE0204; }
a { background-color: rgb(222,2,4); }
div.DivClassName
{
background-color: #DE0204;
}
.BgClassName
{
background-color: #DE0204;
}
</style>
border-color css
<style>
span { border-color: #DE0204; }
span { border-color: rgb(222,2,4); }
td.TdClassName
{
border-color: #DE0204;
}
.TagClassName
{
border-color: #DE0204;
}
</style>