Shades of Alizarin #DF3638
Tints of Alizarin #DF3638
RGB
CMYK
RGB Variations
Color information
#DF3638 (or 0xDF3638) is known color: Alizarin. HEX triplet: DF, 36 and 38. RGB value is (223,54,56). Sum of RGB (Red+Green+Blue) = 223+54+56=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3638 is #20C9C7. Grayscale: #686868. Windows color (decimal): -2148808 or 3684063. OLE color: 3684063.
HSL color Cylindrical-coordinate representation of color #DF3638: hue angle of 359.29º 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 #DF3638 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 56 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.13 |
| HSL | 359.29º | 0.73% | 0.54% | - |
| HSV(B) | 359.29º | 0.76% | 0.87% | - |
| XYZ | 32.46 | 18.61 | 5.62 | - |
| YUV | 104.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 56 | 0 | 0.76 | 0.75 | 0.13 | 359.29 | 0.73 | 0.54 |
| Hex | DF | 36 | 38 | 0 | 4C | 4B | D | 167 | 49 | 36 |
| Octal | 337 | 66 | 70 | 0 | 114 | 113 | 15 | 547 | 111 | 66 |
| Binary | 11011111 | 110110 | 111000 | 0 | 1001100 | 1001011 | 1101 | 101100111 | 1001001 | 110110 |
Color Harmonies of #DF3638
Complementary color
Monochromatic Colors of #DF3638
Black with #DF3638
Text Example
Text Example
White with #DF3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3638; }
p { color: rgb(223,54,56); }
H1.HeaderClassName
{
color: #DF3638;
}
.AnyTagClassName
{
color: #DF3638;
}
</style>
background-color css
<style>
a { background-color: #DF3638; }
a { background-color: rgb(223,54,56); }
div.DivClassName
{
background-color: #DF3638;
}
.BgClassName
{
background-color: #DF3638;
}
</style>
border-color css
<style>
span { border-color: #DF3638; }
span { border-color: rgb(223,54,56); }
td.TdClassName
{
border-color: #DF3638;
}
.TagClassName
{
border-color: #DF3638;
}
</style>