Shades of Venetian Red #DF0121
Tints of Venetian Red #DF0121
RGB
CMYK
RGB Variations
Color information
#DF0121 (or 0xDF0121) is known color: Venetian Red. HEX triplet: DF, 01 and 21. RGB value is (223,1,33). Sum of RGB (Red+Green+Blue) = 223+1+33=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0121 is #20FEDE. Grayscale: #474747. Windows color (decimal): -2162399 or 2163167. OLE color: 2163167.
HSL color Cylindrical-coordinate representation of color #DF0121: hue angle of 351.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0121 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.13 |
| HSL | 351.35º | 0.99% | 0.44% | - |
| HSV(B) | 351.35º | 1% | 0.87% | - |
| XYZ | 30.72 | 15.82 | 2.87 | - |
| YUV | 71.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 33 | 0 | 1.00 | 0.85 | 0.13 | 351.35 | 0.99 | 0.44 |
| Hex | DF | 1 | 21 | 0 | 64 | 55 | D | 15F | 63 | 2C |
| Octal | 337 | 1 | 41 | 0 | 144 | 125 | 15 | 537 | 143 | 54 |
| Binary | 11011111 | 1 | 100001 | 0 | 1100100 | 1010101 | 1101 | 101011111 | 1100011 | 101100 |
Color Harmonies of #DF0121
Complementary color
Monochromatic Colors of #DF0121
Black with #DF0121
Text Example
Text Example
White with #DF0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0121; }
p { color: rgb(223,1,33); }
H1.HeaderClassName
{
color: #DF0121;
}
.AnyTagClassName
{
color: #DF0121;
}
</style>
background-color css
<style>
a { background-color: #DF0121; }
a { background-color: rgb(223,1,33); }
div.DivClassName
{
background-color: #DF0121;
}
.BgClassName
{
background-color: #DF0121;
}
</style>
border-color css
<style>
span { border-color: #DF0121; }
span { border-color: rgb(223,1,33); }
td.TdClassName
{
border-color: #DF0121;
}
.TagClassName
{
border-color: #DF0121;
}
</style>