Shades of Alizarin #DE2643
Tints of Alizarin #DE2643
RGB
CMYK
RGB Variations
Color information
#DE2643 (or 0xDE2643) is known color: Alizarin. HEX triplet: DE, 26 and 43. RGB value is (222,38,67). Sum of RGB (Red+Green+Blue) = 222+38+67=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2643 is #21D9BC. Grayscale: #606060. Windows color (decimal): -2218429 or 4400862. OLE color: 4400862.
HSL color Cylindrical-coordinate representation of color #DE2643: hue angle of 350.54º 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 #DE2643 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 67 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.13 |
| HSL | 350.54º | 0.74% | 0.51% | - |
| HSV(B) | 350.54º | 0.83% | 0.87% | - |
| XYZ | 31.83 | 17.32 | 6.98 | - |
| YUV | 96.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 67 | 0 | 0.83 | 0.70 | 0.13 | 350.54 | 0.74 | 0.51 |
| Hex | DE | 26 | 43 | 0 | 53 | 46 | D | 15F | 4A | 33 |
| Octal | 336 | 46 | 103 | 0 | 123 | 106 | 15 | 537 | 112 | 63 |
| Binary | 11011110 | 100110 | 1000011 | 0 | 1010011 | 1000110 | 1101 | 101011111 | 1001010 | 110011 |
Color Harmonies of #DE2643
Complementary color
Monochromatic Colors of #DE2643
Black with #DE2643
Text Example
Text Example
White with #DE2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2643; }
p { color: rgb(222,38,67); }
H1.HeaderClassName
{
color: #DE2643;
}
.AnyTagClassName
{
color: #DE2643;
}
</style>
background-color css
<style>
a { background-color: #DE2643; }
a { background-color: rgb(222,38,67); }
div.DivClassName
{
background-color: #DE2643;
}
.BgClassName
{
background-color: #DE2643;
}
</style>
border-color css
<style>
span { border-color: #DE2643; }
span { border-color: rgb(222,38,67); }
td.TdClassName
{
border-color: #DE2643;
}
.TagClassName
{
border-color: #DE2643;
}
</style>