Shades of Amaranth #DC224B
Tints of Amaranth #DC224B
RGB
CMYK
RGB Variations
Color information
#DC224B (or 0xDC224B) is known color: Amaranth. HEX triplet: DC, 22 and 4B. RGB value is (220,34,75). Sum of RGB (Red+Green+Blue) = 220+34+75=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC224B is #23DDB4. Grayscale: #5E5E5E. Windows color (decimal): -2350517 or 4924124. OLE color: 4924124.
HSL color Cylindrical-coordinate representation of color #DC224B: hue angle of 346.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC224B is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 75 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.14 |
| HSL | 346.77º | 0.73% | 0.5% | - |
| HSV(B) | 346.77º | 0.85% | 0.86% | - |
| XYZ | 31.36 | 16.87 | 8.26 | - |
| YUV | 94.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 75 | 0 | 0.85 | 0.66 | 0.14 | 346.77 | 0.73 | 0.5 |
| Hex | DC | 22 | 4B | 0 | 55 | 42 | E | 15B | 49 | 32 |
| Octal | 334 | 42 | 113 | 0 | 125 | 102 | 16 | 533 | 111 | 62 |
| Binary | 11011100 | 100010 | 1001011 | 0 | 1010101 | 1000010 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DC224B
Complementary color
Monochromatic Colors of #DC224B
Black with #DC224B
Text Example
Text Example
White with #DC224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC224B; }
p { color: rgb(220,34,75); }
H1.HeaderClassName
{
color: #DC224B;
}
.AnyTagClassName
{
color: #DC224B;
}
</style>
background-color css
<style>
a { background-color: #DC224B; }
a { background-color: rgb(220,34,75); }
div.DivClassName
{
background-color: #DC224B;
}
.BgClassName
{
background-color: #DC224B;
}
</style>
border-color css
<style>
span { border-color: #DC224B; }
span { border-color: rgb(220,34,75); }
td.TdClassName
{
border-color: #DC224B;
}
.TagClassName
{
border-color: #DC224B;
}
</style>