Shades of Venetian Red #DF021E
Tints of Venetian Red #DF021E
RGB
CMYK
RGB Variations
Color information
#DF021E (or 0xDF021E) is known color: Venetian Red. HEX triplet: DF, 02 and 1E. RGB value is (223,2,30). Sum of RGB (Red+Green+Blue) = 223+2+30=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021E is #20FDE1. Grayscale: #474747. Windows color (decimal): -2162146 or 1966815. OLE color: 1966815.
HSL color Cylindrical-coordinate representation of color #DF021E: hue angle of 352.4º 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 #DF021E is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.13 |
| HSL | 352.4º | 0.98% | 0.44% | - |
| HSV(B) | 352.4º | 0.99% | 0.87% | - |
| XYZ | 30.69 | 15.83 | 2.67 | - |
| YUV | 71.27 | 104.72 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 30 | 0 | 0.99 | 0.87 | 0.13 | 352.4 | 0.98 | 0.44 |
| Hex | DF | 2 | 1E | 0 | 63 | 57 | D | 160 | 62 | 2C |
| Octal | 337 | 2 | 36 | 0 | 143 | 127 | 15 | 540 | 142 | 54 |
| Binary | 11011111 | 10 | 11110 | 0 | 1100011 | 1010111 | 1101 | 101100000 | 1100010 | 101100 |
Color Harmonies of #DF021E
Complementary color
Monochromatic Colors of #DF021E
Black with #DF021E
Text Example
Text Example
White with #DF021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF021E; }
p { color: rgb(223,2,30); }
H1.HeaderClassName
{
color: #DF021E;
}
.AnyTagClassName
{
color: #DF021E;
}
</style>
background-color css
<style>
a { background-color: #DF021E; }
a { background-color: rgb(223,2,30); }
div.DivClassName
{
background-color: #DF021E;
}
.BgClassName
{
background-color: #DF021E;
}
</style>
border-color css
<style>
span { border-color: #DF021E; }
span { border-color: rgb(223,2,30); }
td.TdClassName
{
border-color: #DF021E;
}
.TagClassName
{
border-color: #DF021E;
}
</style>