Shades of Alizarin #DF3538
Tints of Alizarin #DF3538
RGB
CMYK
RGB Variations
Color information
#DF3538 (or 0xDF3538) is known color: Alizarin. HEX triplet: DF, 35 and 38. RGB value is (223,53,56). Sum of RGB (Red+Green+Blue) = 223+53+56=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3538 is #20CAC7. Grayscale: #686868. Windows color (decimal): -2149064 or 3683807. OLE color: 3683807.
HSL color Cylindrical-coordinate representation of color #DF3538: hue angle of 358.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3538 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 53 | 56 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.13 |
| HSL | 358.94º | 0.73% | 0.54% | - |
| HSV(B) | 358.94º | 0.76% | 0.87% | - |
| XYZ | 32.42 | 18.52 | 5.61 | - |
| YUV | 104.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 53 | 56 | 0 | 0.76 | 0.75 | 0.13 | 358.94 | 0.73 | 0.54 |
| Hex | DF | 35 | 38 | 0 | 4C | 4B | D | 167 | 49 | 36 |
| Octal | 337 | 65 | 70 | 0 | 114 | 113 | 15 | 547 | 111 | 66 |
| Binary | 11011111 | 110101 | 111000 | 0 | 1001100 | 1001011 | 1101 | 101100111 | 1001001 | 110110 |
Color Harmonies of #DF3538
Complementary color
Monochromatic Colors of #DF3538
Black with #DF3538
Text Example
Text Example
White with #DF3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3538; }
p { color: rgb(223,53,56); }
H1.HeaderClassName
{
color: #DF3538;
}
.AnyTagClassName
{
color: #DF3538;
}
</style>
background-color css
<style>
a { background-color: #DF3538; }
a { background-color: rgb(223,53,56); }
div.DivClassName
{
background-color: #DF3538;
}
.BgClassName
{
background-color: #DF3538;
}
</style>
border-color css
<style>
span { border-color: #DF3538; }
span { border-color: rgb(223,53,56); }
td.TdClassName
{
border-color: #DF3538;
}
.TagClassName
{
border-color: #DF3538;
}
</style>