Shades of Alizarin #DF2643
Tints of Alizarin #DF2643
RGB
CMYK
RGB Variations
Color information
#DF2643 (or 0xDF2643) is known color: Alizarin. HEX triplet: DF, 26 and 43. RGB value is (223,38,67). Sum of RGB (Red+Green+Blue) = 223+38+67=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2643 is #20D9BC. Grayscale: #606060. Windows color (decimal): -2152893 or 4400863. OLE color: 4400863.
HSL color Cylindrical-coordinate representation of color #DF2643: hue angle of 350.59º 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 #DF2643 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 67 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.13 |
| HSL | 350.59º | 0.74% | 0.51% | - |
| HSV(B) | 350.59º | 0.83% | 0.87% | - |
| XYZ | 32.14 | 17.48 | 6.99 | - |
| YUV | 96.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 67 | 0 | 0.83 | 0.70 | 0.13 | 350.59 | 0.74 | 0.51 |
| Hex | DF | 26 | 43 | 0 | 53 | 46 | D | 15F | 4A | 33 |
| Octal | 337 | 46 | 103 | 0 | 123 | 106 | 15 | 537 | 112 | 63 |
| Binary | 11011111 | 100110 | 1000011 | 0 | 1010011 | 1000110 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DF2643
Complementary color
Monochromatic Colors of #DF2643
Black with #DF2643
Text Example
Text Example
White with #DF2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2643; }
p { color: rgb(223,38,67); }
H1.HeaderClassName
{
color: #DF2643;
}
.AnyTagClassName
{
color: #DF2643;
}
</style>
background-color css
<style>
a { background-color: #DF2643; }
a { background-color: rgb(223,38,67); }
div.DivClassName
{
background-color: #DF2643;
}
.BgClassName
{
background-color: #DF2643;
}
</style>
border-color css
<style>
span { border-color: #DF2643; }
span { border-color: rgb(223,38,67); }
td.TdClassName
{
border-color: #DF2643;
}
.TagClassName
{
border-color: #DF2643;
}
</style>