Shades of Amaranth #D62648
Tints of Amaranth #D62648
RGB
CMYK
RGB Variations
Color information
#D62648 (or 0xD62648) is known color: Amaranth. HEX triplet: D6, 26 and 48. RGB value is (214,38,72). Sum of RGB (Red+Green+Blue) = 214+38+72=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D62648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62648 is #29D9B7. Grayscale: #5E5E5E. Windows color (decimal): -2742712 or 4728534. OLE color: 4728534.
HSL color Cylindrical-coordinate representation of color #D62648: hue angle of 348.41º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62648 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 72 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.16 |
| HSL | 348.41º | 0.7% | 0.49% | - |
| HSV(B) | 348.41º | 0.82% | 0.84% | - |
| XYZ | 29.59 | 16.15 | 7.69 | - |
| YUV | 94.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 72 | 0 | 0.82 | 0.66 | 0.16 | 348.41 | 0.7 | 0.49 |
| Hex | D6 | 26 | 48 | 0 | 52 | 42 | 10 | 15C | 46 | 31 |
| Octal | 326 | 46 | 110 | 0 | 122 | 102 | 20 | 534 | 106 | 61 |
| Binary | 11010110 | 100110 | 1001000 | 0 | 1010010 | 1000010 | 10000 | 101011100 | 1000110 | 110001 |
Color Harmonies of #D62648
Complementary color
Monochromatic Colors of #D62648
Black with #D62648
Text Example
Text Example
White with #D62648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62648; }
p { color: rgb(214,38,72); }
H1.HeaderClassName
{
color: #D62648;
}
.AnyTagClassName
{
color: #D62648;
}
</style>
background-color css
<style>
a { background-color: #D62648; }
a { background-color: rgb(214,38,72); }
div.DivClassName
{
background-color: #D62648;
}
.BgClassName
{
background-color: #D62648;
}
</style>
border-color css
<style>
span { border-color: #D62648; }
span { border-color: rgb(214,38,72); }
td.TdClassName
{
border-color: #D62648;
}
.TagClassName
{
border-color: #D62648;
}
</style>