Shades of Alizarin #DF2325
Tints of Alizarin #DF2325
RGB
CMYK
RGB Variations
Color information
#DF2325 (or 0xDF2325) is known color: Alizarin. HEX triplet: DF, 23 and 25. RGB value is (223,35,37). Sum of RGB (Red+Green+Blue) = 223+35+37=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2325 is #20DCDA. Grayscale: #5B5B5B. Windows color (decimal): -2153691 or 2434015. OLE color: 2434015.
HSL color Cylindrical-coordinate representation of color #DF2325: hue angle of 359.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2325 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 37 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.13 |
| HSL | 359.36º | 0.75% | 0.51% | - |
| HSV(B) | 359.36º | 0.84% | 0.87% | - |
| XYZ | 31.37 | 17.02 | 3.38 | - |
| YUV | 91.44 | 97.28 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 37 | 0 | 0.84 | 0.83 | 0.13 | 359.36 | 0.75 | 0.51 |
| Hex | DF | 23 | 25 | 0 | 54 | 53 | D | 167 | 4B | 33 |
| Octal | 337 | 43 | 45 | 0 | 124 | 123 | 15 | 547 | 113 | 63 |
| Binary | 11011111 | 100011 | 100101 | 0 | 1010100 | 1010011 | 1101 | 101100111 | 1001011 | 110011 |
Color Harmonies of #DF2325
Complementary color
Monochromatic Colors of #DF2325
Black with #DF2325
Text Example
Text Example
White with #DF2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2325; }
p { color: rgb(223,35,37); }
H1.HeaderClassName
{
color: #DF2325;
}
.AnyTagClassName
{
color: #DF2325;
}
</style>
background-color css
<style>
a { background-color: #DF2325; }
a { background-color: rgb(223,35,37); }
div.DivClassName
{
background-color: #DF2325;
}
.BgClassName
{
background-color: #DF2325;
}
</style>
border-color css
<style>
span { border-color: #DF2325; }
span { border-color: rgb(223,35,37); }
td.TdClassName
{
border-color: #DF2325;
}
.TagClassName
{
border-color: #DF2325;
}
</style>