Shades of Alizarin #DF2529
Tints of Alizarin #DF2529
RGB
CMYK
RGB Variations
Color information
#DF2529 (or 0xDF2529) is known color: Alizarin. HEX triplet: DF, 25 and 29. RGB value is (223,37,41). Sum of RGB (Red+Green+Blue) = 223+37+41=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2529 is #20DAD6. Grayscale: #5D5D5D. Windows color (decimal): -2153175 or 2696671. OLE color: 2696671.
HSL color Cylindrical-coordinate representation of color #DF2529: hue angle of 358.71º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2529 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.13 |
| HSL | 358.71º | 0.74% | 0.51% | - |
| HSV(B) | 358.71º | 0.83% | 0.87% | - |
| XYZ | 31.49 | 17.17 | 3.75 | - |
| YUV | 93.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 41 | 0 | 0.83 | 0.82 | 0.13 | 358.71 | 0.74 | 0.51 |
| Hex | DF | 25 | 29 | 0 | 53 | 52 | D | 167 | 4A | 33 |
| Octal | 337 | 45 | 51 | 0 | 123 | 122 | 15 | 547 | 112 | 63 |
| Binary | 11011111 | 100101 | 101001 | 0 | 1010011 | 1010010 | 1101 | 101100111 | 1001010 | 110011 |
Color Harmonies of #DF2529
Complementary color
Monochromatic Colors of #DF2529
Black with #DF2529
Text Example
Text Example
White with #DF2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2529; }
p { color: rgb(223,37,41); }
H1.HeaderClassName
{
color: #DF2529;
}
.AnyTagClassName
{
color: #DF2529;
}
</style>
background-color css
<style>
a { background-color: #DF2529; }
a { background-color: rgb(223,37,41); }
div.DivClassName
{
background-color: #DF2529;
}
.BgClassName
{
background-color: #DF2529;
}
</style>
border-color css
<style>
span { border-color: #DF2529; }
span { border-color: rgb(223,37,41); }
td.TdClassName
{
border-color: #DF2529;
}
.TagClassName
{
border-color: #DF2529;
}
</style>