Shades of Amaranth #DE274F
Tints of Amaranth #DE274F
RGB
CMYK
RGB Variations
Color information
#DE274F (or 0xDE274F) is known color: Amaranth. HEX triplet: DE, 27 and 4F. RGB value is (222,39,79). Sum of RGB (Red+Green+Blue) = 222+39+79=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE274F is #21D8B0. Grayscale: #626262. Windows color (decimal): -2218161 or 5187550. OLE color: 5187550.
HSL color Cylindrical-coordinate representation of color #DE274F: hue angle of 346.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE274F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 79 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.13 |
| HSL | 346.89º | 0.73% | 0.51% | - |
| HSV(B) | 346.89º | 0.82% | 0.87% | - |
| XYZ | 32.26 | 17.55 | 9.08 | - |
| YUV | 98.28 | 117.13 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 79 | 0 | 0.82 | 0.64 | 0.13 | 346.89 | 0.73 | 0.51 |
| Hex | DE | 27 | 4F | 0 | 52 | 40 | D | 15B | 49 | 33 |
| Octal | 336 | 47 | 117 | 0 | 122 | 100 | 15 | 533 | 111 | 63 |
| Binary | 11011110 | 100111 | 1001111 | 0 | 1010010 | 1000000 | 1101 | 101011011 | 1001001 | 110011 |
Color Harmonies of #DE274F
Complementary color
Monochromatic Colors of #DE274F
Black with #DE274F
Text Example
Text Example
White with #DE274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE274F; }
p { color: rgb(222,39,79); }
H1.HeaderClassName
{
color: #DE274F;
}
.AnyTagClassName
{
color: #DE274F;
}
</style>
background-color css
<style>
a { background-color: #DE274F; }
a { background-color: rgb(222,39,79); }
div.DivClassName
{
background-color: #DE274F;
}
.BgClassName
{
background-color: #DE274F;
}
</style>
border-color css
<style>
span { border-color: #DE274F; }
span { border-color: rgb(222,39,79); }
td.TdClassName
{
border-color: #DE274F;
}
.TagClassName
{
border-color: #DE274F;
}
</style>