Shades of Amaranth #D4224B
Tints of Amaranth #D4224B
RGB
CMYK
RGB Variations
Color information
#D4224B (or 0xD4224B) is known color: Amaranth. HEX triplet: D4, 22 and 4B. RGB value is (212,34,75). Sum of RGB (Red+Green+Blue) = 212+34+75=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4224B is #2BDDB4. Grayscale: #5B5B5B. Windows color (decimal): -2874805 or 4924116. OLE color: 4924116.
HSL color Cylindrical-coordinate representation of color #D4224B: hue angle of 346.18º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4224B is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 75 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.17 |
| HSL | 346.18º | 0.72% | 0.48% | - |
| HSV(B) | 346.18º | 0.84% | 0.83% | - |
| XYZ | 28.99 | 15.65 | 8.15 | - |
| YUV | 91.9 | 118.47 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 75 | 0 | 0.84 | 0.65 | 0.17 | 346.18 | 0.72 | 0.48 |
| Hex | D4 | 22 | 4B | 0 | 54 | 41 | 11 | 15A | 48 | 30 |
| Octal | 324 | 42 | 113 | 0 | 124 | 101 | 21 | 532 | 110 | 60 |
| Binary | 11010100 | 100010 | 1001011 | 0 | 1010100 | 1000001 | 10001 | 101011010 | 1001000 | 110000 |
Color Harmonies of #D4224B
Complementary color
Monochromatic Colors of #D4224B
Black with #D4224B
Text Example
Text Example
White with #D4224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4224B; }
p { color: rgb(212,34,75); }
H1.HeaderClassName
{
color: #D4224B;
}
.AnyTagClassName
{
color: #D4224B;
}
</style>
background-color css
<style>
a { background-color: #D4224B; }
a { background-color: rgb(212,34,75); }
div.DivClassName
{
background-color: #D4224B;
}
.BgClassName
{
background-color: #D4224B;
}
</style>
border-color css
<style>
span { border-color: #D4224B; }
span { border-color: rgb(212,34,75); }
td.TdClassName
{
border-color: #D4224B;
}
.TagClassName
{
border-color: #D4224B;
}
</style>