Shades of Alizarin #DF3235
Tints of Alizarin #DF3235
RGB
CMYK
RGB Variations
Color information
#DF3235 (or 0xDF3235) is known color: Alizarin. HEX triplet: DF, 32 and 35. RGB value is (223,50,53). Sum of RGB (Red+Green+Blue) = 223+50+53=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3235 is #20CDCA. Grayscale: #666666. Windows color (decimal): -2149835 or 3486431. OLE color: 3486431.
HSL color Cylindrical-coordinate representation of color #DF3235: hue angle of 358.96º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3235 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 53 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.13 |
| HSL | 358.96º | 0.73% | 0.54% | - |
| HSV(B) | 358.96º | 0.78% | 0.87% | - |
| XYZ | 32.21 | 18.23 | 5.19 | - |
| YUV | 102.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 53 | 0 | 0.78 | 0.76 | 0.13 | 358.96 | 0.73 | 0.54 |
| Hex | DF | 32 | 35 | 0 | 4E | 4C | D | 167 | 49 | 36 |
| Octal | 337 | 62 | 65 | 0 | 116 | 114 | 15 | 547 | 111 | 66 |
| Binary | 11011111 | 110010 | 110101 | 0 | 1001110 | 1001100 | 1101 | 101100111 | 1001001 | 110110 |
Color Harmonies of #DF3235
Complementary color
Monochromatic Colors of #DF3235
Black with #DF3235
Text Example
Text Example
White with #DF3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3235; }
p { color: rgb(223,50,53); }
H1.HeaderClassName
{
color: #DF3235;
}
.AnyTagClassName
{
color: #DF3235;
}
</style>
background-color css
<style>
a { background-color: #DF3235; }
a { background-color: rgb(223,50,53); }
div.DivClassName
{
background-color: #DF3235;
}
.BgClassName
{
background-color: #DF3235;
}
</style>
border-color css
<style>
span { border-color: #DF3235; }
span { border-color: rgb(223,50,53); }
td.TdClassName
{
border-color: #DF3235;
}
.TagClassName
{
border-color: #DF3235;
}
</style>