Shades of Amaranth #D8244B
Tints of Amaranth #D8244B
RGB
CMYK
RGB Variations
Color information
#D8244B (or 0xD8244B) is known color: Amaranth. HEX triplet: D8, 24 and 4B. RGB value is (216,36,75). Sum of RGB (Red+Green+Blue) = 216+36+75=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8244B is #27DBB4. Grayscale: #5E5E5E. Windows color (decimal): -2612149 or 4924632. OLE color: 4924632.
HSL color Cylindrical-coordinate representation of color #D8244B: hue angle of 347º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8244B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 75 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.15 |
| HSL | 347º | 0.71% | 0.49% | - |
| HSV(B) | 347º | 0.83% | 0.85% | - |
| XYZ | 30.22 | 16.37 | 8.22 | - |
| YUV | 94.27 | 117.13 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 75 | 0 | 0.83 | 0.65 | 0.15 | 347 | 0.71 | 0.49 |
| Hex | D8 | 24 | 4B | 0 | 53 | 41 | F | 15B | 47 | 31 |
| Octal | 330 | 44 | 113 | 0 | 123 | 101 | 17 | 533 | 107 | 61 |
| Binary | 11011000 | 100100 | 1001011 | 0 | 1010011 | 1000001 | 1111 | 101011011 | 1000111 | 110001 |
Color Harmonies of #D8244B
Complementary color
Monochromatic Colors of #D8244B
Black with #D8244B
Text Example
Text Example
White with #D8244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8244B; }
p { color: rgb(216,36,75); }
H1.HeaderClassName
{
color: #D8244B;
}
.AnyTagClassName
{
color: #D8244B;
}
</style>
background-color css
<style>
a { background-color: #D8244B; }
a { background-color: rgb(216,36,75); }
div.DivClassName
{
background-color: #D8244B;
}
.BgClassName
{
background-color: #D8244B;
}
</style>
border-color css
<style>
span { border-color: #D8244B; }
span { border-color: rgb(216,36,75); }
td.TdClassName
{
border-color: #D8244B;
}
.TagClassName
{
border-color: #D8244B;
}
</style>