Shades of Amaranth #D93C4A
Tints of Amaranth #D93C4A
RGB
CMYK
RGB Variations
Color information
#D93C4A (or 0xD93C4A) is known color: Amaranth. HEX triplet: D9, 3C and 4A. RGB value is (217,60,74). Sum of RGB (Red+Green+Blue) = 217+60+74=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93C4A is #26C3B5. Grayscale: #6C6C6C. Windows color (decimal): -2540470 or 4865241. OLE color: 4865241.
HSL color Cylindrical-coordinate representation of color #D93C4A: hue angle of 354.65º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93C4A is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 74 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.15 |
| HSL | 354.65º | 0.67% | 0.54% | - |
| HSV(B) | 354.65º | 0.72% | 0.85% | - |
| XYZ | 31.47 | 18.48 | 8.39 | - |
| YUV | 108.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 74 | 0 | 0.72 | 0.66 | 0.15 | 354.65 | 0.67 | 0.54 |
| Hex | D9 | 3C | 4A | 0 | 48 | 42 | F | 163 | 43 | 36 |
| Octal | 331 | 74 | 112 | 0 | 110 | 102 | 17 | 543 | 103 | 66 |
| Binary | 11011001 | 111100 | 1001010 | 0 | 1001000 | 1000010 | 1111 | 101100011 | 1000011 | 110110 |
Color Harmonies of #D93C4A
Complementary color
Monochromatic Colors of #D93C4A
Black with #D93C4A
Text Example
Text Example
White with #D93C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93C4A; }
p { color: rgb(217,60,74); }
H1.HeaderClassName
{
color: #D93C4A;
}
.AnyTagClassName
{
color: #D93C4A;
}
</style>
background-color css
<style>
a { background-color: #D93C4A; }
a { background-color: rgb(217,60,74); }
div.DivClassName
{
background-color: #D93C4A;
}
.BgClassName
{
background-color: #D93C4A;
}
</style>
border-color css
<style>
span { border-color: #D93C4A; }
span { border-color: rgb(217,60,74); }
td.TdClassName
{
border-color: #D93C4A;
}
.TagClassName
{
border-color: #D93C4A;
}
</style>