Shades of Amaranth #DD264B
Tints of Amaranth #DD264B
RGB
CMYK
RGB Variations
Color information
#DD264B (or 0xDD264B) is known color: Amaranth. HEX triplet: DD, 26 and 4B. RGB value is (221,38,75). Sum of RGB (Red+Green+Blue) = 221+38+75=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD264B is #22D9B4. Grayscale: #606060. Windows color (decimal): -2283957 or 4925149. OLE color: 4925149.
HSL color Cylindrical-coordinate representation of color #DD264B: hue angle of 347.87º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD264B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 75 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.13 |
| HSL | 347.87º | 0.73% | 0.51% | - |
| HSV(B) | 347.87º | 0.83% | 0.87% | - |
| XYZ | 31.78 | 17.27 | 8.31 | - |
| YUV | 96.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 75 | 0 | 0.83 | 0.66 | 0.13 | 347.87 | 0.73 | 0.51 |
| Hex | DD | 26 | 4B | 0 | 53 | 42 | D | 15C | 49 | 33 |
| Octal | 335 | 46 | 113 | 0 | 123 | 102 | 15 | 534 | 111 | 63 |
| Binary | 11011101 | 100110 | 1001011 | 0 | 1010011 | 1000010 | 1101 | 101011100 | 1001001 | 110011 |
Color Harmonies of #DD264B
Complementary color
Monochromatic Colors of #DD264B
Black with #DD264B
Text Example
Text Example
White with #DD264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD264B; }
p { color: rgb(221,38,75); }
H1.HeaderClassName
{
color: #DD264B;
}
.AnyTagClassName
{
color: #DD264B;
}
</style>
background-color css
<style>
a { background-color: #DD264B; }
a { background-color: rgb(221,38,75); }
div.DivClassName
{
background-color: #DD264B;
}
.BgClassName
{
background-color: #DD264B;
}
</style>
border-color css
<style>
span { border-color: #DD264B; }
span { border-color: rgb(221,38,75); }
td.TdClassName
{
border-color: #DD264B;
}
.TagClassName
{
border-color: #DD264B;
}
</style>