Shades of Amaranth #D5274C
Tints of Amaranth #D5274C
RGB
CMYK
RGB Variations
Color information
#D5274C (or 0xD5274C) is known color: Amaranth. HEX triplet: D5, 27 and 4C. RGB value is (213,39,76). Sum of RGB (Red+Green+Blue) = 213+39+76=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5274C is #2AD8B3. Grayscale: #5F5F5F. Windows color (decimal): -2807988 or 4990933. OLE color: 4990933.
HSL color Cylindrical-coordinate representation of color #D5274C: hue angle of 347.24º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5274C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 76 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.16 |
| HSL | 347.24º | 0.69% | 0.49% | - |
| HSV(B) | 347.24º | 0.82% | 0.84% | - |
| XYZ | 29.47 | 16.12 | 8.4 | - |
| YUV | 95.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 76 | 0 | 0.82 | 0.64 | 0.16 | 347.24 | 0.69 | 0.49 |
| Hex | D5 | 27 | 4C | 0 | 52 | 40 | 10 | 15B | 45 | 31 |
| Octal | 325 | 47 | 114 | 0 | 122 | 100 | 20 | 533 | 105 | 61 |
| Binary | 11010101 | 100111 | 1001100 | 0 | 1010010 | 1000000 | 10000 | 101011011 | 1000101 | 110001 |
Color Harmonies of #D5274C
Complementary color
Monochromatic Colors of #D5274C
Black with #D5274C
Text Example
Text Example
White with #D5274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5274C; }
p { color: rgb(213,39,76); }
H1.HeaderClassName
{
color: #D5274C;
}
.AnyTagClassName
{
color: #D5274C;
}
</style>
background-color css
<style>
a { background-color: #D5274C; }
a { background-color: rgb(213,39,76); }
div.DivClassName
{
background-color: #D5274C;
}
.BgClassName
{
background-color: #D5274C;
}
</style>
border-color css
<style>
span { border-color: #D5274C; }
span { border-color: rgb(213,39,76); }
td.TdClassName
{
border-color: #D5274C;
}
.TagClassName
{
border-color: #D5274C;
}
</style>