Shades of Amaranth #DA254B
Tints of Amaranth #DA254B
RGB
CMYK
RGB Variations
Color information
#DA254B (or 0xDA254B) is known color: Amaranth. HEX triplet: DA, 25 and 4B. RGB value is (218,37,75). Sum of RGB (Red+Green+Blue) = 218+37+75=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA254B is #25DAB4. Grayscale: #5F5F5F. Windows color (decimal): -2480821 or 4924890. OLE color: 4924890.
HSL color Cylindrical-coordinate representation of color #DA254B: hue angle of 347.4º 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 #DA254B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 75 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.15 |
| HSL | 347.4º | 0.71% | 0.5% | - |
| HSV(B) | 347.4º | 0.83% | 0.85% | - |
| XYZ | 30.85 | 16.74 | 8.26 | - |
| YUV | 95.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 75 | 0 | 0.83 | 0.66 | 0.15 | 347.4 | 0.71 | 0.5 |
| Hex | DA | 25 | 4B | 0 | 53 | 42 | F | 15B | 47 | 32 |
| Octal | 332 | 45 | 113 | 0 | 123 | 102 | 17 | 533 | 107 | 62 |
| Binary | 11011010 | 100101 | 1001011 | 0 | 1010011 | 1000010 | 1111 | 101011011 | 1000111 | 110010 |
Color Harmonies of #DA254B
Complementary color
Monochromatic Colors of #DA254B
Black with #DA254B
Text Example
Text Example
White with #DA254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA254B; }
p { color: rgb(218,37,75); }
H1.HeaderClassName
{
color: #DA254B;
}
.AnyTagClassName
{
color: #DA254B;
}
</style>
background-color css
<style>
a { background-color: #DA254B; }
a { background-color: rgb(218,37,75); }
div.DivClassName
{
background-color: #DA254B;
}
.BgClassName
{
background-color: #DA254B;
}
</style>
border-color css
<style>
span { border-color: #DA254B; }
span { border-color: rgb(218,37,75); }
td.TdClassName
{
border-color: #DA254B;
}
.TagClassName
{
border-color: #DA254B;
}
</style>