Shades of Alizarin #DF232C
Tints of Alizarin #DF232C
RGB
CMYK
RGB Variations
Color information
#DF232C (or 0xDF232C) is known color: Alizarin. HEX triplet: DF, 23 and 2C. RGB value is (223,35,44). Sum of RGB (Red+Green+Blue) = 223+35+44=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF232C is #20DCD3. Grayscale: #5C5C5C. Windows color (decimal): -2153684 or 2892767. OLE color: 2892767.
HSL color Cylindrical-coordinate representation of color #DF232C: hue angle of 357.13º 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 #DF232C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 44 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.13 |
| HSL | 357.13º | 0.75% | 0.51% | - |
| HSV(B) | 357.13º | 0.84% | 0.87% | - |
| XYZ | 31.49 | 17.07 | 4.02 | - |
| YUV | 92.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 44 | 0 | 0.84 | 0.80 | 0.13 | 357.13 | 0.75 | 0.51 |
| Hex | DF | 23 | 2C | 0 | 54 | 50 | D | 165 | 4B | 33 |
| Octal | 337 | 43 | 54 | 0 | 124 | 120 | 15 | 545 | 113 | 63 |
| Binary | 11011111 | 100011 | 101100 | 0 | 1010100 | 1010000 | 1101 | 101100101 | 1001011 | 110011 |
Color Harmonies of #DF232C
Complementary color
Monochromatic Colors of #DF232C
Black with #DF232C
Text Example
Text Example
White with #DF232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF232C; }
p { color: rgb(223,35,44); }
H1.HeaderClassName
{
color: #DF232C;
}
.AnyTagClassName
{
color: #DF232C;
}
</style>
background-color css
<style>
a { background-color: #DF232C; }
a { background-color: rgb(223,35,44); }
div.DivClassName
{
background-color: #DF232C;
}
.BgClassName
{
background-color: #DF232C;
}
</style>
border-color css
<style>
span { border-color: #DF232C; }
span { border-color: rgb(223,35,44); }
td.TdClassName
{
border-color: #DF232C;
}
.TagClassName
{
border-color: #DF232C;
}
</style>