Shades of Venetian Red #DE021D
Tints of Venetian Red #DE021D
RGB
CMYK
RGB Variations
Color information
#DE021D (or 0xDE021D) is known color: Venetian Red. HEX triplet: DE, 02 and 1D. RGB value is (222,2,29). Sum of RGB (Red+Green+Blue) = 222+2+29=253 (33% of max value = 765). Red value is 222 (87.11% from 255 or 87.75% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 222 - color contains mainly: red. Hex color #DE021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE021D is #21FDE2. Grayscale: #464646. Windows color (decimal): -2227683 or 1901278. OLE color: 1901278.
HSL color Cylindrical-coordinate representation of color #DE021D: hue angle of 352.64º 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 #DE021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.13 |
| HSL | 352.64º | 0.98% | 0.44% | - |
| HSV(B) | 352.64º | 0.99% | 0.87% | - |
| XYZ | 30.37 | 15.66 | 2.58 | - |
| YUV | 70.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 29 | 0 | 0.99 | 0.87 | 0.13 | 352.64 | 0.98 | 0.44 |
| Hex | DE | 2 | 1D | 0 | 63 | 57 | D | 161 | 62 | 2C |
| Octal | 336 | 2 | 35 | 0 | 143 | 127 | 15 | 541 | 142 | 54 |
| Binary | 11011110 | 10 | 11101 | 0 | 1100011 | 1010111 | 1101 | 101100001 | 1100010 | 101100 |
Color Harmonies of #DE021D
Complementary color
Monochromatic Colors of #DE021D
Black with #DE021D
Text Example
Text Example
White with #DE021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE021D; }
p { color: rgb(222,2,29); }
H1.HeaderClassName
{
color: #DE021D;
}
.AnyTagClassName
{
color: #DE021D;
}
</style>
background-color css
<style>
a { background-color: #DE021D; }
a { background-color: rgb(222,2,29); }
div.DivClassName
{
background-color: #DE021D;
}
.BgClassName
{
background-color: #DE021D;
}
</style>
border-color css
<style>
span { border-color: #DE021D; }
span { border-color: rgb(222,2,29); }
td.TdClassName
{
border-color: #DE021D;
}
.TagClassName
{
border-color: #DE021D;
}
</style>