Shades of Amaranth #DE304A
Tints of Amaranth #DE304A
RGB
CMYK
RGB Variations
Color information
#DE304A (or 0xDE304A) is known color: Amaranth. HEX triplet: DE, 30 and 4A. RGB value is (222,48,74). Sum of RGB (Red+Green+Blue) = 222+48+74=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE304A is #21CFB5. Grayscale: #676767. Windows color (decimal): -2215862 or 4862174. OLE color: 4862174.
HSL color Cylindrical-coordinate representation of color #DE304A: hue angle of 351.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE304A is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 74 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.13 |
| HSL | 351.03º | 0.73% | 0.53% | - |
| HSV(B) | 351.03º | 0.78% | 0.87% | - |
| XYZ | 32.42 | 18.14 | 8.27 | - |
| YUV | 102.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 74 | 0 | 0.78 | 0.67 | 0.13 | 351.03 | 0.73 | 0.53 |
| Hex | DE | 30 | 4A | 0 | 4E | 43 | D | 15F | 48 | 35 |
| Octal | 336 | 60 | 112 | 0 | 116 | 103 | 15 | 537 | 110 | 65 |
| Binary | 11011110 | 110000 | 1001010 | 0 | 1001110 | 1000011 | 1101 | 101011111 | 1001000 | 110101 |
Color Harmonies of #DE304A
Complementary color
Monochromatic Colors of #DE304A
Black with #DE304A
Text Example
Text Example
White with #DE304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE304A; }
p { color: rgb(222,48,74); }
H1.HeaderClassName
{
color: #DE304A;
}
.AnyTagClassName
{
color: #DE304A;
}
</style>
background-color css
<style>
a { background-color: #DE304A; }
a { background-color: rgb(222,48,74); }
div.DivClassName
{
background-color: #DE304A;
}
.BgClassName
{
background-color: #DE304A;
}
</style>
border-color css
<style>
span { border-color: #DE304A; }
span { border-color: rgb(222,48,74); }
td.TdClassName
{
border-color: #DE304A;
}
.TagClassName
{
border-color: #DE304A;
}
</style>