Shades of Amaranth #D52F4B
Tints of Amaranth #D52F4B
RGB
CMYK
RGB Variations
Color information
#D52F4B (or 0xD52F4B) is known color: Amaranth. HEX triplet: D5, 2F and 4B. RGB value is (213,47,75). Sum of RGB (Red+Green+Blue) = 213+47+75=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F4B is #2AD0B4. Grayscale: #636363. Windows color (decimal): -2805941 or 4927445. OLE color: 4927445.
HSL color Cylindrical-coordinate representation of color #D52F4B: hue angle of 349.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52F4B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 75 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.16 |
| HSL | 349.88º | 0.66% | 0.51% | - |
| HSV(B) | 349.88º | 0.78% | 0.84% | - |
| XYZ | 29.73 | 16.69 | 8.31 | - |
| YUV | 99.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 75 | 0 | 0.78 | 0.65 | 0.16 | 349.88 | 0.66 | 0.51 |
| Hex | D5 | 2F | 4B | 0 | 4E | 41 | 10 | 15E | 42 | 33 |
| Octal | 325 | 57 | 113 | 0 | 116 | 101 | 20 | 536 | 102 | 63 |
| Binary | 11010101 | 101111 | 1001011 | 0 | 1001110 | 1000001 | 10000 | 101011110 | 1000010 | 110011 |
Color Harmonies of #D52F4B
Complementary color
Monochromatic Colors of #D52F4B
Black with #D52F4B
Text Example
Text Example
White with #D52F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F4B; }
p { color: rgb(213,47,75); }
H1.HeaderClassName
{
color: #D52F4B;
}
.AnyTagClassName
{
color: #D52F4B;
}
</style>
background-color css
<style>
a { background-color: #D52F4B; }
a { background-color: rgb(213,47,75); }
div.DivClassName
{
background-color: #D52F4B;
}
.BgClassName
{
background-color: #D52F4B;
}
</style>
border-color css
<style>
span { border-color: #D52F4B; }
span { border-color: rgb(213,47,75); }
td.TdClassName
{
border-color: #D52F4B;
}
.TagClassName
{
border-color: #D52F4B;
}
</style>