Shades of Amaranth #D6254B
Tints of Amaranth #D6254B
RGB
CMYK
RGB Variations
Color information
#D6254B (or 0xD6254B) is known color: Amaranth. HEX triplet: D6, 25 and 4B. RGB value is (214,37,75). Sum of RGB (Red+Green+Blue) = 214+37+75=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6254B is #29DAB4. Grayscale: #5E5E5E. Windows color (decimal): -2742965 or 4924886. OLE color: 4924886.
HSL color Cylindrical-coordinate representation of color #D6254B: hue angle of 347.12º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6254B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 75 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.16 |
| HSL | 347.12º | 0.71% | 0.49% | - |
| HSV(B) | 347.12º | 0.83% | 0.84% | - |
| XYZ | 29.66 | 16.13 | 8.21 | - |
| YUV | 94.26 | 117.14 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 75 | 0 | 0.83 | 0.65 | 0.16 | 347.12 | 0.71 | 0.49 |
| Hex | D6 | 25 | 4B | 0 | 53 | 41 | 10 | 15B | 47 | 31 |
| Octal | 326 | 45 | 113 | 0 | 123 | 101 | 20 | 533 | 107 | 61 |
| Binary | 11010110 | 100101 | 1001011 | 0 | 1010011 | 1000001 | 10000 | 101011011 | 1000111 | 110001 |
Color Harmonies of #D6254B
Complementary color
Monochromatic Colors of #D6254B
Black with #D6254B
Text Example
Text Example
White with #D6254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6254B; }
p { color: rgb(214,37,75); }
H1.HeaderClassName
{
color: #D6254B;
}
.AnyTagClassName
{
color: #D6254B;
}
</style>
background-color css
<style>
a { background-color: #D6254B; }
a { background-color: rgb(214,37,75); }
div.DivClassName
{
background-color: #D6254B;
}
.BgClassName
{
background-color: #D6254B;
}
</style>
border-color css
<style>
span { border-color: #D6254B; }
span { border-color: rgb(214,37,75); }
td.TdClassName
{
border-color: #D6254B;
}
.TagClassName
{
border-color: #D6254B;
}
</style>