Shades of Amaranth #DA274C
Tints of Amaranth #DA274C
RGB
CMYK
RGB Variations
Color information
#DA274C (or 0xDA274C) is known color: Amaranth. HEX triplet: DA, 27 and 4C. RGB value is (218,39,76). Sum of RGB (Red+Green+Blue) = 218+39+76=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA274C is #25D8B3. Grayscale: #606060. Windows color (decimal): -2480308 or 4990938. OLE color: 4990938.
HSL color Cylindrical-coordinate representation of color #DA274C: hue angle of 347.6º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA274C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 76 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.15 |
| HSL | 347.6º | 0.71% | 0.5% | - |
| HSV(B) | 347.6º | 0.82% | 0.85% | - |
| XYZ | 30.94 | 16.88 | 8.46 | - |
| YUV | 96.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 76 | 0 | 0.82 | 0.65 | 0.15 | 347.6 | 0.71 | 0.5 |
| Hex | DA | 27 | 4C | 0 | 52 | 41 | F | 15C | 47 | 32 |
| Octal | 332 | 47 | 114 | 0 | 122 | 101 | 17 | 534 | 107 | 62 |
| Binary | 11011010 | 100111 | 1001100 | 0 | 1010010 | 1000001 | 1111 | 101011100 | 1000111 | 110010 |
Color Harmonies of #DA274C
Complementary color
Monochromatic Colors of #DA274C
Black with #DA274C
Text Example
Text Example
White with #DA274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA274C; }
p { color: rgb(218,39,76); }
H1.HeaderClassName
{
color: #DA274C;
}
.AnyTagClassName
{
color: #DA274C;
}
</style>
background-color css
<style>
a { background-color: #DA274C; }
a { background-color: rgb(218,39,76); }
div.DivClassName
{
background-color: #DA274C;
}
.BgClassName
{
background-color: #DA274C;
}
</style>
border-color css
<style>
span { border-color: #DA274C; }
span { border-color: rgb(218,39,76); }
td.TdClassName
{
border-color: #DA274C;
}
.TagClassName
{
border-color: #DA274C;
}
</style>