Shades of Amaranth #D62948
Tints of Amaranth #D62948
RGB
CMYK
RGB Variations
Color information
#D62948 (or 0xD62948) is known color: Amaranth. HEX triplet: D6, 29 and 48. RGB value is (214,41,72). Sum of RGB (Red+Green+Blue) = 214+41+72=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D62948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62948 is #29D6B7. Grayscale: #606060. Windows color (decimal): -2741944 or 4729302. OLE color: 4729302.
HSL color Cylindrical-coordinate representation of color #D62948: hue angle of 349.25º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62948 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 72 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.16 |
| HSL | 349.25º | 0.68% | 0.5% | - |
| HSV(B) | 349.25º | 0.81% | 0.84% | - |
| XYZ | 29.69 | 16.35 | 7.72 | - |
| YUV | 96.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 72 | 0 | 0.81 | 0.66 | 0.16 | 349.25 | 0.68 | 0.5 |
| Hex | D6 | 29 | 48 | 0 | 51 | 42 | 10 | 15D | 44 | 32 |
| Octal | 326 | 51 | 110 | 0 | 121 | 102 | 20 | 535 | 104 | 62 |
| Binary | 11010110 | 101001 | 1001000 | 0 | 1010001 | 1000010 | 10000 | 101011101 | 1000100 | 110010 |
Color Harmonies of #D62948
Complementary color
Monochromatic Colors of #D62948
Black with #D62948
Text Example
Text Example
White with #D62948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62948; }
p { color: rgb(214,41,72); }
H1.HeaderClassName
{
color: #D62948;
}
.AnyTagClassName
{
color: #D62948;
}
</style>
background-color css
<style>
a { background-color: #D62948; }
a { background-color: rgb(214,41,72); }
div.DivClassName
{
background-color: #D62948;
}
.BgClassName
{
background-color: #D62948;
}
</style>
border-color css
<style>
span { border-color: #D62948; }
span { border-color: rgb(214,41,72); }
td.TdClassName
{
border-color: #D62948;
}
.TagClassName
{
border-color: #D62948;
}
</style>