Shades of Amaranth #D5244B
Tints of Amaranth #D5244B
RGB
CMYK
RGB Variations
Color information
#D5244B (or 0xD5244B) is known color: Amaranth. HEX triplet: D5, 24 and 4B. RGB value is (213,36,75). Sum of RGB (Red+Green+Blue) = 213+36+75=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5244B is #2ADBB4. Grayscale: #5D5D5D. Windows color (decimal): -2808757 or 4924629. OLE color: 4924629.
HSL color Cylindrical-coordinate representation of color #D5244B: hue angle of 346.78º 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 #D5244B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 75 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.16 |
| HSL | 346.78º | 0.71% | 0.49% | - |
| HSV(B) | 346.78º | 0.83% | 0.84% | - |
| XYZ | 29.34 | 15.92 | 8.18 | - |
| YUV | 93.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 75 | 0 | 0.83 | 0.65 | 0.16 | 346.78 | 0.71 | 0.49 |
| Hex | D5 | 24 | 4B | 0 | 53 | 41 | 10 | 15B | 47 | 31 |
| Octal | 325 | 44 | 113 | 0 | 123 | 101 | 20 | 533 | 107 | 61 |
| Binary | 11010101 | 100100 | 1001011 | 0 | 1010011 | 1000001 | 10000 | 101011011 | 1000111 | 110001 |
Color Harmonies of #D5244B
Complementary color
Monochromatic Colors of #D5244B
Black with #D5244B
Text Example
Text Example
White with #D5244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5244B; }
p { color: rgb(213,36,75); }
H1.HeaderClassName
{
color: #D5244B;
}
.AnyTagClassName
{
color: #D5244B;
}
</style>
background-color css
<style>
a { background-color: #D5244B; }
a { background-color: rgb(213,36,75); }
div.DivClassName
{
background-color: #D5244B;
}
.BgClassName
{
background-color: #D5244B;
}
</style>
border-color css
<style>
span { border-color: #D5244B; }
span { border-color: rgb(213,36,75); }
td.TdClassName
{
border-color: #D5244B;
}
.TagClassName
{
border-color: #D5244B;
}
</style>