Shades of Alizarin #DF3840
Tints of Alizarin #DF3840
RGB
CMYK
RGB Variations
Color information
#DF3840 (or 0xDF3840) is known color: Alizarin. HEX triplet: DF, 38 and 40. RGB value is (223,56,64). Sum of RGB (Red+Green+Blue) = 223+56+64=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3840 is #20C7BF. Grayscale: #6A6A6A. Windows color (decimal): -2148288 or 4208863. OLE color: 4208863.
HSL color Cylindrical-coordinate representation of color #DF3840: hue angle of 357.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF3840 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 64 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.13 |
| HSL | 357.13º | 0.72% | 0.55% | - |
| HSV(B) | 357.13º | 0.75% | 0.87% | - |
| XYZ | 32.77 | 18.89 | 6.77 | - |
| YUV | 106.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 64 | 0 | 0.75 | 0.71 | 0.13 | 357.13 | 0.72 | 0.55 |
| Hex | DF | 38 | 40 | 0 | 4B | 47 | D | 165 | 48 | 37 |
| Octal | 337 | 70 | 100 | 0 | 113 | 107 | 15 | 545 | 110 | 67 |
| Binary | 11011111 | 111000 | 1000000 | 0 | 1001011 | 1000111 | 1101 | 101100101 | 1001000 | 110111 |
Color Harmonies of #DF3840
Complementary color
Monochromatic Colors of #DF3840
Black with #DF3840
Text Example
Text Example
White with #DF3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3840; }
p { color: rgb(223,56,64); }
H1.HeaderClassName
{
color: #DF3840;
}
.AnyTagClassName
{
color: #DF3840;
}
</style>
background-color css
<style>
a { background-color: #DF3840; }
a { background-color: rgb(223,56,64); }
div.DivClassName
{
background-color: #DF3840;
}
.BgClassName
{
background-color: #DF3840;
}
</style>
border-color css
<style>
span { border-color: #DF3840; }
span { border-color: rgb(223,56,64); }
td.TdClassName
{
border-color: #DF3840;
}
.TagClassName
{
border-color: #DF3840;
}
</style>