Shades of Amaranth #DD424B
Tints of Amaranth #DD424B
RGB
CMYK
RGB Variations
Color information
#DD424B (or 0xDD424B) is known color: Amaranth. HEX triplet: DD, 42 and 4B. RGB value is (221,66,75). Sum of RGB (Red+Green+Blue) = 221+66+75=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD424B is #22BDB4. Grayscale: #717171. Windows color (decimal): -2276789 or 4932317. OLE color: 4932317.
HSL color Cylindrical-coordinate representation of color #DD424B: hue angle of 356.52º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD424B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 75 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.13 |
| HSL | 356.52º | 0.7% | 0.56% | - |
| HSV(B) | 356.52º | 0.7% | 0.87% | - |
| XYZ | 33.04 | 19.78 | 8.73 | - |
| YUV | 113.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 75 | 0 | 0.70 | 0.66 | 0.13 | 356.52 | 0.7 | 0.56 |
| Hex | DD | 42 | 4B | 0 | 46 | 42 | D | 165 | 46 | 38 |
| Octal | 335 | 102 | 113 | 0 | 106 | 102 | 15 | 545 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1001011 | 0 | 1000110 | 1000010 | 1101 | 101100101 | 1000110 | 111000 |
Color Harmonies of #DD424B
Complementary color
Monochromatic Colors of #DD424B
Black with #DD424B
Text Example
Text Example
White with #DD424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD424B; }
p { color: rgb(221,66,75); }
H1.HeaderClassName
{
color: #DD424B;
}
.AnyTagClassName
{
color: #DD424B;
}
</style>
background-color css
<style>
a { background-color: #DD424B; }
a { background-color: rgb(221,66,75); }
div.DivClassName
{
background-color: #DD424B;
}
.BgClassName
{
background-color: #DD424B;
}
</style>
border-color css
<style>
span { border-color: #DD424B; }
span { border-color: rgb(221,66,75); }
td.TdClassName
{
border-color: #DD424B;
}
.TagClassName
{
border-color: #DD424B;
}
</style>