Shades of Venetian Red #DE020F
Tints of Venetian Red #DE020F
RGB
CMYK
RGB Variations
Color information
#DE020F (or 0xDE020F) is known color: Venetian Red. HEX triplet: DE, 02 and 0F. RGB value is (222,2,15). Sum of RGB (Red+Green+Blue) = 222+2+15=239 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.89% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 222 - color contains mainly: red. Hex color #DE020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE020F is #21FDF0. Grayscale: #454545. Windows color (decimal): -2227697 or 983774. OLE color: 983774.
HSL color Cylindrical-coordinate representation of color #DE020F: hue angle of 356.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 #DE020F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.13 |
| HSL | 356.45º | 0.98% | 0.44% | - |
| HSV(B) | 356.45º | 0.99% | 0.87% | - |
| XYZ | 30.23 | 15.61 | 1.87 | - |
| YUV | 69.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 15 | 0 | 0.99 | 0.93 | 0.13 | 356.45 | 0.98 | 0.44 |
| Hex | DE | 2 | F | 0 | 63 | 5D | D | 164 | 62 | 2C |
| Octal | 336 | 2 | 17 | 0 | 143 | 135 | 15 | 544 | 142 | 54 |
| Binary | 11011110 | 10 | 1111 | 0 | 1100011 | 1011101 | 1101 | 101100100 | 1100010 | 101100 |
Color Harmonies of #DE020F
Complementary color
Monochromatic Colors of #DE020F
Black with #DE020F
Text Example
Text Example
White with #DE020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE020F; }
p { color: rgb(222,2,15); }
H1.HeaderClassName
{
color: #DE020F;
}
.AnyTagClassName
{
color: #DE020F;
}
</style>
background-color css
<style>
a { background-color: #DE020F; }
a { background-color: rgb(222,2,15); }
div.DivClassName
{
background-color: #DE020F;
}
.BgClassName
{
background-color: #DE020F;
}
</style>
border-color css
<style>
span { border-color: #DE020F; }
span { border-color: rgb(222,2,15); }
td.TdClassName
{
border-color: #DE020F;
}
.TagClassName
{
border-color: #DE020F;
}
</style>