Shades of Amaranth #D9254B
Tints of Amaranth #D9254B
RGB
CMYK
RGB Variations
Color information
#D9254B (or 0xD9254B) is known color: Amaranth. HEX triplet: D9, 25 and 4B. RGB value is (217,37,75). Sum of RGB (Red+Green+Blue) = 217+37+75=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9254B is #26DAB4. Grayscale: #5F5F5F. Windows color (decimal): -2546357 or 4924889. OLE color: 4924889.
HSL color Cylindrical-coordinate representation of color #D9254B: hue angle of 347.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9254B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 75 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.15 |
| HSL | 347.33º | 0.71% | 0.5% | - |
| HSV(B) | 347.33º | 0.83% | 0.85% | - |
| XYZ | 30.55 | 16.58 | 8.25 | - |
| YUV | 95.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 75 | 0 | 0.83 | 0.65 | 0.15 | 347.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 4B | 0 | 53 | 41 | F | 15B | 47 | 32 |
| Octal | 331 | 45 | 113 | 0 | 123 | 101 | 17 | 533 | 107 | 62 |
| Binary | 11011001 | 100101 | 1001011 | 0 | 1010011 | 1000001 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #D9254B
Complementary color
Monochromatic Colors of #D9254B
Black with #D9254B
Text Example
Text Example
White with #D9254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9254B; }
p { color: rgb(217,37,75); }
H1.HeaderClassName
{
color: #D9254B;
}
.AnyTagClassName
{
color: #D9254B;
}
</style>
background-color css
<style>
a { background-color: #D9254B; }
a { background-color: rgb(217,37,75); }
div.DivClassName
{
background-color: #D9254B;
}
.BgClassName
{
background-color: #D9254B;
}
</style>
border-color css
<style>
span { border-color: #D9254B; }
span { border-color: rgb(217,37,75); }
td.TdClassName
{
border-color: #D9254B;
}
.TagClassName
{
border-color: #D9254B;
}
</style>