Shades of Alizarin #DF3940
Tints of Alizarin #DF3940
RGB
CMYK
RGB Variations
Color information
#DF3940 (or 0xDF3940) is known color: Alizarin. HEX triplet: DF, 39 and 40. RGB value is (223,57,64). Sum of RGB (Red+Green+Blue) = 223+57+64=344 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.83% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3940 is #20C6BF. Grayscale: #6B6B6B. Windows color (decimal): -2148032 or 4209119. OLE color: 4209119.
HSL color Cylindrical-coordinate representation of color #DF3940: hue angle of 357.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3940 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 64 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.13 |
| HSL | 357.47º | 0.72% | 0.55% | - |
| HSV(B) | 357.47º | 0.74% | 0.87% | - |
| XYZ | 32.82 | 18.98 | 6.79 | - |
| YUV | 107.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 64 | 0 | 0.74 | 0.71 | 0.13 | 357.47 | 0.72 | 0.55 |
| Hex | DF | 39 | 40 | 0 | 4A | 47 | D | 165 | 48 | 37 |
| Octal | 337 | 71 | 100 | 0 | 112 | 107 | 15 | 545 | 110 | 67 |
| Binary | 11011111 | 111001 | 1000000 | 0 | 1001010 | 1000111 | 1101 | 101100101 | 1001000 | 110111 |
Color Harmonies of #DF3940
Complementary color
Monochromatic Colors of #DF3940
Black with #DF3940
Text Example
Text Example
White with #DF3940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3940; }
p { color: rgb(223,57,64); }
H1.HeaderClassName
{
color: #DF3940;
}
.AnyTagClassName
{
color: #DF3940;
}
</style>
background-color css
<style>
a { background-color: #DF3940; }
a { background-color: rgb(223,57,64); }
div.DivClassName
{
background-color: #DF3940;
}
.BgClassName
{
background-color: #DF3940;
}
</style>
border-color css
<style>
span { border-color: #DF3940; }
span { border-color: rgb(223,57,64); }
td.TdClassName
{
border-color: #DF3940;
}
.TagClassName
{
border-color: #DF3940;
}
</style>