Shades of Alizarin #DF3237
Tints of Alizarin #DF3237
RGB
CMYK
RGB Variations
Color information
#DF3237 (or 0xDF3237) is known color: Alizarin. HEX triplet: DF, 32 and 37. RGB value is (223,50,55). Sum of RGB (Red+Green+Blue) = 223+50+55=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3237 is #20CDC8. Grayscale: #666666. Windows color (decimal): -2149833 or 3617503. OLE color: 3617503.
HSL color Cylindrical-coordinate representation of color #DF3237: hue angle of 358.27º 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 #DF3237 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 55 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.13 |
| HSL | 358.27º | 0.73% | 0.54% | - |
| HSV(B) | 358.27º | 0.78% | 0.87% | - |
| XYZ | 32.26 | 18.25 | 5.44 | - |
| YUV | 102.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 55 | 0 | 0.78 | 0.75 | 0.13 | 358.27 | 0.73 | 0.54 |
| Hex | DF | 32 | 37 | 0 | 4E | 4B | D | 166 | 49 | 36 |
| Octal | 337 | 62 | 67 | 0 | 116 | 113 | 15 | 546 | 111 | 66 |
| Binary | 11011111 | 110010 | 110111 | 0 | 1001110 | 1001011 | 1101 | 101100110 | 1001001 | 110110 |
Color Harmonies of #DF3237
Complementary color
Monochromatic Colors of #DF3237
Black with #DF3237
Text Example
Text Example
White with #DF3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3237; }
p { color: rgb(223,50,55); }
H1.HeaderClassName
{
color: #DF3237;
}
.AnyTagClassName
{
color: #DF3237;
}
</style>
background-color css
<style>
a { background-color: #DF3237; }
a { background-color: rgb(223,50,55); }
div.DivClassName
{
background-color: #DF3237;
}
.BgClassName
{
background-color: #DF3237;
}
</style>
border-color css
<style>
span { border-color: #DF3237; }
span { border-color: rgb(223,50,55); }
td.TdClassName
{
border-color: #DF3237;
}
.TagClassName
{
border-color: #DF3237;
}
</style>