Shades of Amaranth #D4264D
Tints of Amaranth #D4264D
RGB
CMYK
RGB Variations
Color information
#D4264D (or 0xD4264D) is known color: Amaranth. HEX triplet: D4, 26 and 4D. RGB value is (212,38,77). Sum of RGB (Red+Green+Blue) = 212+38+77=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4264D is #2BD9B2. Grayscale: #5E5E5E. Windows color (decimal): -2873779 or 5056212. OLE color: 5056212.
HSL color Cylindrical-coordinate representation of color #D4264D: hue angle of 346.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4264D is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 77 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.17 |
| HSL | 346.55º | 0.7% | 0.49% | - |
| HSV(B) | 346.55º | 0.82% | 0.83% | - |
| XYZ | 29.18 | 15.92 | 8.56 | - |
| YUV | 94.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 77 | 0 | 0.82 | 0.64 | 0.17 | 346.55 | 0.7 | 0.49 |
| Hex | D4 | 26 | 4D | 0 | 52 | 40 | 11 | 15B | 46 | 31 |
| Octal | 324 | 46 | 115 | 0 | 122 | 100 | 21 | 533 | 106 | 61 |
| Binary | 11010100 | 100110 | 1001101 | 0 | 1010010 | 1000000 | 10001 | 101011011 | 1000110 | 110001 |
Color Harmonies of #D4264D
Complementary color
Monochromatic Colors of #D4264D
Black with #D4264D
Text Example
Text Example
White with #D4264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4264D; }
p { color: rgb(212,38,77); }
H1.HeaderClassName
{
color: #D4264D;
}
.AnyTagClassName
{
color: #D4264D;
}
</style>
background-color css
<style>
a { background-color: #D4264D; }
a { background-color: rgb(212,38,77); }
div.DivClassName
{
background-color: #D4264D;
}
.BgClassName
{
background-color: #D4264D;
}
</style>
border-color css
<style>
span { border-color: #D4264D; }
span { border-color: rgb(212,38,77); }
td.TdClassName
{
border-color: #D4264D;
}
.TagClassName
{
border-color: #D4264D;
}
</style>