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