Shades of Amaranth #D3254C
Tints of Amaranth #D3254C
RGB
CMYK
RGB Variations
Color information
#D3254C (or 0xD3254C) is known color: Amaranth. HEX triplet: D3, 25 and 4C. RGB value is (211,37,76). Sum of RGB (Red+Green+Blue) = 211+37+76=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3254C is #2CDAB3. Grayscale: #5D5D5D. Windows color (decimal): -2939572 or 4990419. OLE color: 4990419.
HSL color Cylindrical-coordinate representation of color #D3254C: hue angle of 346.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3254C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 76 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.17 |
| HSL | 346.55º | 0.7% | 0.49% | - |
| HSV(B) | 346.55º | 0.82% | 0.83% | - |
| XYZ | 28.83 | 15.69 | 8.35 | - |
| YUV | 93.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 76 | 0 | 0.82 | 0.64 | 0.17 | 346.55 | 0.7 | 0.49 |
| Hex | D3 | 25 | 4C | 0 | 52 | 40 | 11 | 15B | 46 | 31 |
| Octal | 323 | 45 | 114 | 0 | 122 | 100 | 21 | 533 | 106 | 61 |
| Binary | 11010011 | 100101 | 1001100 | 0 | 1010010 | 1000000 | 10001 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D3254C
Complementary color
Monochromatic Colors of #D3254C
Black with #D3254C
Text Example
Text Example
White with #D3254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3254C; }
p { color: rgb(211,37,76); }
H1.HeaderClassName
{
color: #D3254C;
}
.AnyTagClassName
{
color: #D3254C;
}
</style>
background-color css
<style>
a { background-color: #D3254C; }
a { background-color: rgb(211,37,76); }
div.DivClassName
{
background-color: #D3254C;
}
.BgClassName
{
background-color: #D3254C;
}
</style>
border-color css
<style>
span { border-color: #D3254C; }
span { border-color: rgb(211,37,76); }
td.TdClassName
{
border-color: #D3254C;
}
.TagClassName
{
border-color: #D3254C;
}
</style>