Shades of Amaranth #DE234C
Tints of Amaranth #DE234C
RGB
CMYK
RGB Variations
Color information
#DE234C (or 0xDE234C) is known color: Amaranth. HEX triplet: DE, 23 and 4C. RGB value is (222,35,76). Sum of RGB (Red+Green+Blue) = 222+35+76=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE234C is #21DCB3. Grayscale: #5F5F5F. Windows color (decimal): -2219188 or 4989918. OLE color: 4989918.
HSL color Cylindrical-coordinate representation of color #DE234C: hue angle of 346.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE234C is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 76 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.13 |
| HSL | 346.84º | 0.74% | 0.5% | - |
| HSV(B) | 346.84º | 0.84% | 0.87% | - |
| XYZ | 32.03 | 17.25 | 8.48 | - |
| YUV | 95.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 76 | 0 | 0.84 | 0.66 | 0.13 | 346.84 | 0.74 | 0.5 |
| Hex | DE | 23 | 4C | 0 | 54 | 42 | D | 15B | 4A | 32 |
| Octal | 336 | 43 | 114 | 0 | 124 | 102 | 15 | 533 | 112 | 62 |
| Binary | 11011110 | 100011 | 1001100 | 0 | 1010100 | 1000010 | 1101 | 101011011 | 1001010 | 110010 |
Color Harmonies of #DE234C
Complementary color
Monochromatic Colors of #DE234C
Black with #DE234C
Text Example
Text Example
White with #DE234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE234C; }
p { color: rgb(222,35,76); }
H1.HeaderClassName
{
color: #DE234C;
}
.AnyTagClassName
{
color: #DE234C;
}
</style>
background-color css
<style>
a { background-color: #DE234C; }
a { background-color: rgb(222,35,76); }
div.DivClassName
{
background-color: #DE234C;
}
.BgClassName
{
background-color: #DE234C;
}
</style>
border-color css
<style>
span { border-color: #DE234C; }
span { border-color: rgb(222,35,76); }
td.TdClassName
{
border-color: #DE234C;
}
.TagClassName
{
border-color: #DE234C;
}
</style>