Shades of Amaranth #D62351
Tints of Amaranth #D62351
RGB
CMYK
RGB Variations
Color information
#D62351 (or 0xD62351) is known color: Amaranth. HEX triplet: D6, 23 and 51. RGB value is (214,35,81). Sum of RGB (Red+Green+Blue) = 214+35+81=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D62351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62351 is #29DCAE. Grayscale: #5D5D5D. Windows color (decimal): -2743471 or 5317590. OLE color: 5317590.
HSL color Cylindrical-coordinate representation of color #D62351: hue angle of 344.58º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62351 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 81 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.16 |
| HSL | 344.58º | 0.72% | 0.49% | - |
| HSV(B) | 344.58º | 0.84% | 0.84% | - |
| XYZ | 29.82 | 16.09 | 9.32 | - |
| YUV | 93.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 81 | 0 | 0.84 | 0.62 | 0.16 | 344.58 | 0.72 | 0.49 |
| Hex | D6 | 23 | 51 | 0 | 54 | 3E | 10 | 159 | 48 | 31 |
| Octal | 326 | 43 | 121 | 0 | 124 | 76 | 20 | 531 | 110 | 61 |
| Binary | 11010110 | 100011 | 1010001 | 0 | 1010100 | 111110 | 10000 | 101011001 | 1001000 | 110001 |
Color Harmonies of #D62351
Complementary color
Monochromatic Colors of #D62351
Black with #D62351
Text Example
Text Example
White with #D62351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62351; }
p { color: rgb(214,35,81); }
H1.HeaderClassName
{
color: #D62351;
}
.AnyTagClassName
{
color: #D62351;
}
</style>
background-color css
<style>
a { background-color: #D62351; }
a { background-color: rgb(214,35,81); }
div.DivClassName
{
background-color: #D62351;
}
.BgClassName
{
background-color: #D62351;
}
</style>
border-color css
<style>
span { border-color: #D62351; }
span { border-color: rgb(214,35,81); }
td.TdClassName
{
border-color: #D62351;
}
.TagClassName
{
border-color: #D62351;
}
</style>