Shades of Alizarin #DF2025
Tints of Alizarin #DF2025
RGB
CMYK
RGB Variations
Color information
#DF2025 (or 0xDF2025) is known color: Alizarin. HEX triplet: DF, 20 and 25. RGB value is (223,32,37). Sum of RGB (Red+Green+Blue) = 223+32+37=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2025 is #20DFDA. Grayscale: #595959. Windows color (decimal): -2154459 or 2433247. OLE color: 2433247.
HSL color Cylindrical-coordinate representation of color #DF2025: hue angle of 358.43º degrees, saturation: 0.75, 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 #DF2025 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 37 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.13 |
| HSL | 358.43º | 0.75% | 0.5% | - |
| HSV(B) | 358.43º | 0.86% | 0.87% | - |
| XYZ | 31.28 | 16.85 | 3.35 | - |
| YUV | 89.68 | 98.28 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 37 | 0 | 0.86 | 0.83 | 0.13 | 358.43 | 0.75 | 0.5 |
| Hex | DF | 20 | 25 | 0 | 56 | 53 | D | 166 | 4B | 32 |
| Octal | 337 | 40 | 45 | 0 | 126 | 123 | 15 | 546 | 113 | 62 |
| Binary | 11011111 | 100000 | 100101 | 0 | 1010110 | 1010011 | 1101 | 101100110 | 1001011 | 110010 |
Color Harmonies of #DF2025
Complementary color
Monochromatic Colors of #DF2025
Black with #DF2025
Text Example
Text Example
White with #DF2025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2025; }
p { color: rgb(223,32,37); }
H1.HeaderClassName
{
color: #DF2025;
}
.AnyTagClassName
{
color: #DF2025;
}
</style>
background-color css
<style>
a { background-color: #DF2025; }
a { background-color: rgb(223,32,37); }
div.DivClassName
{
background-color: #DF2025;
}
.BgClassName
{
background-color: #DF2025;
}
</style>
border-color css
<style>
span { border-color: #DF2025; }
span { border-color: rgb(223,32,37); }
td.TdClassName
{
border-color: #DF2025;
}
.TagClassName
{
border-color: #DF2025;
}
</style>