Shades of Venetian Red #DF021A
Tints of Venetian Red #DF021A
RGB
CMYK
RGB Variations
Color information
#DF021A (or 0xDF021A) is known color: Venetian Red. HEX triplet: DF, 02 and 1A. RGB value is (223,2,26). Sum of RGB (Red+Green+Blue) = 223+2+26=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021A is #20FDE5. Grayscale: #464646. Windows color (decimal): -2162150 or 1704671. OLE color: 1704671.
HSL color Cylindrical-coordinate representation of color #DF021A: hue angle of 353.48º 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 #DF021A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.13 |
| HSL | 353.48º | 0.98% | 0.44% | - |
| HSV(B) | 353.48º | 0.99% | 0.87% | - |
| XYZ | 30.64 | 15.81 | 2.41 | - |
| YUV | 70.82 | 102.72 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 26 | 0 | 0.99 | 0.88 | 0.13 | 353.48 | 0.98 | 0.44 |
| Hex | DF | 2 | 1A | 0 | 63 | 58 | D | 161 | 62 | 2C |
| Octal | 337 | 2 | 32 | 0 | 143 | 130 | 15 | 541 | 142 | 54 |
| Binary | 11011111 | 10 | 11010 | 0 | 1100011 | 1011000 | 1101 | 101100001 | 1100010 | 101100 |
Color Harmonies of #DF021A
Complementary color
Monochromatic Colors of #DF021A
Black with #DF021A
Text Example
Text Example
White with #DF021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF021A; }
p { color: rgb(223,2,26); }
H1.HeaderClassName
{
color: #DF021A;
}
.AnyTagClassName
{
color: #DF021A;
}
</style>
background-color css
<style>
a { background-color: #DF021A; }
a { background-color: rgb(223,2,26); }
div.DivClassName
{
background-color: #DF021A;
}
.BgClassName
{
background-color: #DF021A;
}
</style>
border-color css
<style>
span { border-color: #DF021A; }
span { border-color: rgb(223,2,26); }
td.TdClassName
{
border-color: #DF021A;
}
.TagClassName
{
border-color: #DF021A;
}
</style>