Shades of Amaranth #DD274B
Tints of Amaranth #DD274B
RGB
CMYK
RGB Variations
Color information
#DD274B (or 0xDD274B) is known color: Amaranth. HEX triplet: DD, 27 and 4B. RGB value is (221,39,75). Sum of RGB (Red+Green+Blue) = 221+39+75=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD274B is #22D8B4. Grayscale: #616161. Windows color (decimal): -2283701 or 4925405. OLE color: 4925405.
HSL color Cylindrical-coordinate representation of color #DD274B: hue angle of 348.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD274B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 75 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.13 |
| HSL | 348.13º | 0.73% | 0.51% | - |
| HSV(B) | 348.13º | 0.82% | 0.87% | - |
| XYZ | 31.81 | 17.33 | 8.33 | - |
| YUV | 97.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 75 | 0 | 0.82 | 0.66 | 0.13 | 348.13 | 0.73 | 0.51 |
| Hex | DD | 27 | 4B | 0 | 52 | 42 | D | 15C | 49 | 33 |
| Octal | 335 | 47 | 113 | 0 | 122 | 102 | 15 | 534 | 111 | 63 |
| Binary | 11011101 | 100111 | 1001011 | 0 | 1010010 | 1000010 | 1101 | 101011100 | 1001001 | 110011 |
Color Harmonies of #DD274B
Complementary color
Monochromatic Colors of #DD274B
Black with #DD274B
Text Example
Text Example
White with #DD274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD274B; }
p { color: rgb(221,39,75); }
H1.HeaderClassName
{
color: #DD274B;
}
.AnyTagClassName
{
color: #DD274B;
}
</style>
background-color css
<style>
a { background-color: #DD274B; }
a { background-color: rgb(221,39,75); }
div.DivClassName
{
background-color: #DD274B;
}
.BgClassName
{
background-color: #DD274B;
}
</style>
border-color css
<style>
span { border-color: #DD274B; }
span { border-color: rgb(221,39,75); }
td.TdClassName
{
border-color: #DD274B;
}
.TagClassName
{
border-color: #DD274B;
}
</style>