Shades of Alizarin #DF3639
Tints of Alizarin #DF3639
RGB
CMYK
RGB Variations
Color information
#DF3639 (or 0xDF3639) is known color: Alizarin. HEX triplet: DF, 36 and 39. RGB value is (223,54,57). Sum of RGB (Red+Green+Blue) = 223+54+57=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3639 is #20C9C6. Grayscale: #696969. Windows color (decimal): -2148807 or 3749599. OLE color: 3749599.
HSL color Cylindrical-coordinate representation of color #DF3639: hue angle of 358.93º 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 #DF3639 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 57 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.13 |
| HSL | 358.93º | 0.73% | 0.54% | - |
| HSV(B) | 358.93º | 0.76% | 0.87% | - |
| XYZ | 32.49 | 18.62 | 5.75 | - |
| YUV | 104.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 57 | 0 | 0.76 | 0.74 | 0.13 | 358.93 | 0.73 | 0.54 |
| Hex | DF | 36 | 39 | 0 | 4C | 4A | D | 167 | 49 | 36 |
| Octal | 337 | 66 | 71 | 0 | 114 | 112 | 15 | 547 | 111 | 66 |
| Binary | 11011111 | 110110 | 111001 | 0 | 1001100 | 1001010 | 1101 | 101100111 | 1001001 | 110110 |
Color Harmonies of #DF3639
Complementary color
Monochromatic Colors of #DF3639
Black with #DF3639
Text Example
Text Example
White with #DF3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3639; }
p { color: rgb(223,54,57); }
H1.HeaderClassName
{
color: #DF3639;
}
.AnyTagClassName
{
color: #DF3639;
}
</style>
background-color css
<style>
a { background-color: #DF3639; }
a { background-color: rgb(223,54,57); }
div.DivClassName
{
background-color: #DF3639;
}
.BgClassName
{
background-color: #DF3639;
}
</style>
border-color css
<style>
span { border-color: #DF3639; }
span { border-color: rgb(223,54,57); }
td.TdClassName
{
border-color: #DF3639;
}
.TagClassName
{
border-color: #DF3639;
}
</style>