Shades of Alizarin #DF2642
Tints of Alizarin #DF2642
RGB
CMYK
RGB Variations
Color information
#DF2642 (or 0xDF2642) is known color: Alizarin. HEX triplet: DF, 26 and 42. RGB value is (223,38,66). Sum of RGB (Red+Green+Blue) = 223+38+66=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2642 is #20D9BD. Grayscale: #606060. Windows color (decimal): -2152894 or 4335327. OLE color: 4335327.
HSL color Cylindrical-coordinate representation of color #DF2642: hue angle of 350.92º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2642 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 66 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.13 |
| HSL | 350.92º | 0.74% | 0.51% | - |
| HSV(B) | 350.92º | 0.83% | 0.87% | - |
| XYZ | 32.11 | 17.47 | 6.83 | - |
| YUV | 96.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 66 | 0 | 0.83 | 0.70 | 0.13 | 350.92 | 0.74 | 0.51 |
| Hex | DF | 26 | 42 | 0 | 53 | 46 | D | 15F | 4A | 33 |
| Octal | 337 | 46 | 102 | 0 | 123 | 106 | 15 | 537 | 112 | 63 |
| Binary | 11011111 | 100110 | 1000010 | 0 | 1010011 | 1000110 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DF2642
Complementary color
Monochromatic Colors of #DF2642
Black with #DF2642
Text Example
Text Example
White with #DF2642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2642; }
p { color: rgb(223,38,66); }
H1.HeaderClassName
{
color: #DF2642;
}
.AnyTagClassName
{
color: #DF2642;
}
</style>
background-color css
<style>
a { background-color: #DF2642; }
a { background-color: rgb(223,38,66); }
div.DivClassName
{
background-color: #DF2642;
}
.BgClassName
{
background-color: #DF2642;
}
</style>
border-color css
<style>
span { border-color: #DF2642; }
span { border-color: rgb(223,38,66); }
td.TdClassName
{
border-color: #DF2642;
}
.TagClassName
{
border-color: #DF2642;
}
</style>