Shades of Alizarin #DF233C
Tints of Alizarin #DF233C
RGB
CMYK
RGB Variations
Color information
#DF233C (or 0xDF233C) is known color: Alizarin. HEX triplet: DF, 23 and 3C. RGB value is (223,35,60). Sum of RGB (Red+Green+Blue) = 223+35+60=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF233C is #20DCC3. Grayscale: #5E5E5E. Windows color (decimal): -2153668 or 3941343. OLE color: 3941343.
HSL color Cylindrical-coordinate representation of color #DF233C: hue angle of 352.02º 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 #DF233C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.13 |
| HSL | 352.02º | 0.75% | 0.51% | - |
| HSV(B) | 352.02º | 0.84% | 0.87% | - |
| XYZ | 31.85 | 17.22 | 5.92 | - |
| YUV | 94.06 | 108.78 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 60 | 0 | 0.84 | 0.73 | 0.13 | 352.02 | 0.75 | 0.51 |
| Hex | DF | 23 | 3C | 0 | 54 | 49 | D | 160 | 4B | 33 |
| Octal | 337 | 43 | 74 | 0 | 124 | 111 | 15 | 540 | 113 | 63 |
| Binary | 11011111 | 100011 | 111100 | 0 | 1010100 | 1001001 | 1101 | 101100000 | 1001011 | 110011 |
Color Harmonies of #DF233C
Complementary color
Monochromatic Colors of #DF233C
Black with #DF233C
Text Example
Text Example
White with #DF233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF233C; }
p { color: rgb(223,35,60); }
H1.HeaderClassName
{
color: #DF233C;
}
.AnyTagClassName
{
color: #DF233C;
}
</style>
background-color css
<style>
a { background-color: #DF233C; }
a { background-color: rgb(223,35,60); }
div.DivClassName
{
background-color: #DF233C;
}
.BgClassName
{
background-color: #DF233C;
}
</style>
border-color css
<style>
span { border-color: #DF233C; }
span { border-color: rgb(223,35,60); }
td.TdClassName
{
border-color: #DF233C;
}
.TagClassName
{
border-color: #DF233C;
}
</style>