Shades of Alizarin #DF1F2F
Tints of Alizarin #DF1F2F
RGB
CMYK
RGB Variations
Color information
#DF1F2F (or 0xDF1F2F) is known color: Alizarin. HEX triplet: DF, 1F and 2F. RGB value is (223,31,47). Sum of RGB (Red+Green+Blue) = 223+31+47=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1F2F is #20E0D0. Grayscale: #5A5A5A. Windows color (decimal): -2154705 or 3088351. OLE color: 3088351.
HSL color Cylindrical-coordinate representation of color #DF1F2F: hue angle of 355º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1F2F is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 47 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.13 |
| HSL | 355º | 0.76% | 0.5% | - |
| HSV(B) | 355º | 0.86% | 0.87% | - |
| XYZ | 31.43 | 16.87 | 4.29 | - |
| YUV | 90.23 | 103.61 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 47 | 0 | 0.86 | 0.79 | 0.13 | 355 | 0.76 | 0.5 |
| Hex | DF | 1F | 2F | 0 | 56 | 4F | D | 163 | 4C | 32 |
| Octal | 337 | 37 | 57 | 0 | 126 | 117 | 15 | 543 | 114 | 62 |
| Binary | 11011111 | 11111 | 101111 | 0 | 1010110 | 1001111 | 1101 | 101100011 | 1001100 | 110010 |
Color Harmonies of #DF1F2F
Complementary color
Monochromatic Colors of #DF1F2F
Black with #DF1F2F
Text Example
Text Example
White with #DF1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1F2F; }
p { color: rgb(223,31,47); }
H1.HeaderClassName
{
color: #DF1F2F;
}
.AnyTagClassName
{
color: #DF1F2F;
}
</style>
background-color css
<style>
a { background-color: #DF1F2F; }
a { background-color: rgb(223,31,47); }
div.DivClassName
{
background-color: #DF1F2F;
}
.BgClassName
{
background-color: #DF1F2F;
}
</style>
border-color css
<style>
span { border-color: #DF1F2F; }
span { border-color: rgb(223,31,47); }
td.TdClassName
{
border-color: #DF1F2F;
}
.TagClassName
{
border-color: #DF1F2F;
}
</style>