Shades of Alizarin #DF172B
Tints of Alizarin #DF172B
RGB
CMYK
RGB Variations
Color information
#DF172B (or 0xDF172B) is known color: Alizarin. HEX triplet: DF, 17 and 2B. RGB value is (223,23,43). Sum of RGB (Red+Green+Blue) = 223+23+43=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF172B is #20E8D4. Grayscale: #555555. Windows color (decimal): -2156757 or 2824159. OLE color: 2824159.
HSL color Cylindrical-coordinate representation of color #DF172B: hue angle of 354º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF172B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.13 |
| HSL | 354º | 0.81% | 0.48% | - |
| HSV(B) | 354º | 0.9% | 0.87% | - |
| XYZ | 31.17 | 16.48 | 3.82 | - |
| YUV | 85.08 | 104.26 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 43 | 0 | 0.90 | 0.81 | 0.13 | 354 | 0.81 | 0.48 |
| Hex | DF | 17 | 2B | 0 | 5A | 51 | D | 162 | 51 | 30 |
| Octal | 337 | 27 | 53 | 0 | 132 | 121 | 15 | 542 | 121 | 60 |
| Binary | 11011111 | 10111 | 101011 | 0 | 1011010 | 1010001 | 1101 | 101100010 | 1010001 | 110000 |
Color Harmonies of #DF172B
Complementary color
Monochromatic Colors of #DF172B
Black with #DF172B
Text Example
Text Example
White with #DF172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF172B; }
p { color: rgb(223,23,43); }
H1.HeaderClassName
{
color: #DF172B;
}
.AnyTagClassName
{
color: #DF172B;
}
</style>
background-color css
<style>
a { background-color: #DF172B; }
a { background-color: rgb(223,23,43); }
div.DivClassName
{
background-color: #DF172B;
}
.BgClassName
{
background-color: #DF172B;
}
</style>
border-color css
<style>
span { border-color: #DF172B; }
span { border-color: rgb(223,23,43); }
td.TdClassName
{
border-color: #DF172B;
}
.TagClassName
{
border-color: #DF172B;
}
</style>