Shades of Amaranth #DA364C
Tints of Amaranth #DA364C
RGB
CMYK
RGB Variations
Color information
#DA364C (or 0xDA364C) is known color: Amaranth. HEX triplet: DA, 36 and 4C. RGB value is (218,54,76). Sum of RGB (Red+Green+Blue) = 218+54+76=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA364C is #25C9B3. Grayscale: #696969. Windows color (decimal): -2476468 or 4994778. OLE color: 4994778.
HSL color Cylindrical-coordinate representation of color #DA364C: hue angle of 351.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA364C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 76 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.15 |
| HSL | 351.95º | 0.69% | 0.53% | - |
| HSV(B) | 351.95º | 0.75% | 0.85% | - |
| XYZ | 31.54 | 18.07 | 8.66 | - |
| YUV | 105.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 76 | 0 | 0.75 | 0.65 | 0.15 | 351.95 | 0.69 | 0.53 |
| Hex | DA | 36 | 4C | 0 | 4B | 41 | F | 160 | 45 | 35 |
| Octal | 332 | 66 | 114 | 0 | 113 | 101 | 17 | 540 | 105 | 65 |
| Binary | 11011010 | 110110 | 1001100 | 0 | 1001011 | 1000001 | 1111 | 101100000 | 1000101 | 110101 |
Color Harmonies of #DA364C
Complementary color
Monochromatic Colors of #DA364C
Black with #DA364C
Text Example
Text Example
White with #DA364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA364C; }
p { color: rgb(218,54,76); }
H1.HeaderClassName
{
color: #DA364C;
}
.AnyTagClassName
{
color: #DA364C;
}
</style>
background-color css
<style>
a { background-color: #DA364C; }
a { background-color: rgb(218,54,76); }
div.DivClassName
{
background-color: #DA364C;
}
.BgClassName
{
background-color: #DA364C;
}
</style>
border-color css
<style>
span { border-color: #DA364C; }
span { border-color: rgb(218,54,76); }
td.TdClassName
{
border-color: #DA364C;
}
.TagClassName
{
border-color: #DA364C;
}
</style>