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