Shades of Alizarin #DF182A
Tints of Alizarin #DF182A
RGB
CMYK
RGB Variations
Color information
#DF182A (or 0xDF182A) is known color: Alizarin. HEX triplet: DF, 18 and 2A. RGB value is (223,24,42). Sum of RGB (Red+Green+Blue) = 223+24+42=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF182A is #20E7D5. Grayscale: #555555. Windows color (decimal): -2156502 or 2758879. OLE color: 2758879.
HSL color Cylindrical-coordinate representation of color #DF182A: hue angle of 354.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF182A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 42 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.13 |
| HSL | 354.57º | 0.81% | 0.48% | - |
| HSV(B) | 354.57º | 0.89% | 0.87% | - |
| XYZ | 31.18 | 16.51 | 3.73 | - |
| YUV | 85.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 42 | 0 | 0.89 | 0.81 | 0.13 | 354.57 | 0.81 | 0.48 |
| Hex | DF | 18 | 2A | 0 | 59 | 51 | D | 163 | 51 | 30 |
| Octal | 337 | 30 | 52 | 0 | 131 | 121 | 15 | 543 | 121 | 60 |
| Binary | 11011111 | 11000 | 101010 | 0 | 1011001 | 1010001 | 1101 | 101100011 | 1010001 | 110000 |
Color Harmonies of #DF182A
Complementary color
Monochromatic Colors of #DF182A
Black with #DF182A
Text Example
Text Example
White with #DF182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF182A; }
p { color: rgb(223,24,42); }
H1.HeaderClassName
{
color: #DF182A;
}
.AnyTagClassName
{
color: #DF182A;
}
</style>
background-color css
<style>
a { background-color: #DF182A; }
a { background-color: rgb(223,24,42); }
div.DivClassName
{
background-color: #DF182A;
}
.BgClassName
{
background-color: #DF182A;
}
</style>
border-color css
<style>
span { border-color: #DF182A; }
span { border-color: rgb(223,24,42); }
td.TdClassName
{
border-color: #DF182A;
}
.TagClassName
{
border-color: #DF182A;
}
</style>