Shades of Amaranth #DA264C
Tints of Amaranth #DA264C
RGB
CMYK
RGB Variations
Color information
#DA264C (or 0xDA264C) is known color: Amaranth. HEX triplet: DA, 26 and 4C. RGB value is (218,38,76). Sum of RGB (Red+Green+Blue) = 218+38+76=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA264C is #25D9B3. Grayscale: #606060. Windows color (decimal): -2480564 or 4990682. OLE color: 4990682.
HSL color Cylindrical-coordinate representation of color #DA264C: hue angle of 347.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA264C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 76 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.15 |
| HSL | 347.33º | 0.71% | 0.5% | - |
| HSV(B) | 347.33º | 0.83% | 0.85% | - |
| XYZ | 30.91 | 16.81 | 8.45 | - |
| YUV | 96.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 76 | 0 | 0.83 | 0.65 | 0.15 | 347.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 4C | 0 | 53 | 41 | F | 15B | 47 | 32 |
| Octal | 332 | 46 | 114 | 0 | 123 | 101 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100110 | 1001100 | 0 | 1010011 | 1000001 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA264C
Complementary color
Monochromatic Colors of #DA264C
Black with #DA264C
Text Example
Text Example
White with #DA264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA264C; }
p { color: rgb(218,38,76); }
H1.HeaderClassName
{
color: #DA264C;
}
.AnyTagClassName
{
color: #DA264C;
}
</style>
background-color css
<style>
a { background-color: #DA264C; }
a { background-color: rgb(218,38,76); }
div.DivClassName
{
background-color: #DA264C;
}
.BgClassName
{
background-color: #DA264C;
}
</style>
border-color css
<style>
span { border-color: #DA264C; }
span { border-color: rgb(218,38,76); }
td.TdClassName
{
border-color: #DA264C;
}
.TagClassName
{
border-color: #DA264C;
}
</style>