Shades of Venetian Red #DF021C
Tints of Venetian Red #DF021C
RGB
CMYK
RGB Variations
Color information
#DF021C (or 0xDF021C) is known color: Venetian Red. HEX triplet: DF, 02 and 1C. RGB value is (223,2,28). Sum of RGB (Red+Green+Blue) = 223+2+28=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021C is #20FDE3. Grayscale: #474747. Windows color (decimal): -2162148 or 1835743. OLE color: 1835743.
HSL color Cylindrical-coordinate representation of color #DF021C: hue angle of 352.94º 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 #DF021C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.13 |
| HSL | 352.94º | 0.98% | 0.44% | - |
| HSV(B) | 352.94º | 0.99% | 0.87% | - |
| XYZ | 30.66 | 15.82 | 2.54 | - |
| YUV | 71.04 | 103.72 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 28 | 0 | 0.99 | 0.87 | 0.13 | 352.94 | 0.98 | 0.44 |
| Hex | DF | 2 | 1C | 0 | 63 | 57 | D | 161 | 62 | 2C |
| Octal | 337 | 2 | 34 | 0 | 143 | 127 | 15 | 541 | 142 | 54 |
| Binary | 11011111 | 10 | 11100 | 0 | 1100011 | 1010111 | 1101 | 101100001 | 1100010 | 101100 |
Color Harmonies of #DF021C
Complementary color
Monochromatic Colors of #DF021C
Black with #DF021C
Text Example
Text Example
White with #DF021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF021C; }
p { color: rgb(223,2,28); }
H1.HeaderClassName
{
color: #DF021C;
}
.AnyTagClassName
{
color: #DF021C;
}
</style>
background-color css
<style>
a { background-color: #DF021C; }
a { background-color: rgb(223,2,28); }
div.DivClassName
{
background-color: #DF021C;
}
.BgClassName
{
background-color: #DF021C;
}
</style>
border-color css
<style>
span { border-color: #DF021C; }
span { border-color: rgb(223,2,28); }
td.TdClassName
{
border-color: #DF021C;
}
.TagClassName
{
border-color: #DF021C;
}
</style>