Shades of Amaranth #DA234A
Tints of Amaranth #DA234A
RGB
CMYK
RGB Variations
Color information
#DA234A (or 0xDA234A) is known color: Amaranth. HEX triplet: DA, 23 and 4A. RGB value is (218,35,74). Sum of RGB (Red+Green+Blue) = 218+35+74=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA234A is #25DCB5. Grayscale: #5E5E5E. Windows color (decimal): -2481334 or 4858842. OLE color: 4858842.
HSL color Cylindrical-coordinate representation of color #DA234A: hue angle of 347.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA234A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 74 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.15 |
| HSL | 347.21º | 0.72% | 0.5% | - |
| HSV(B) | 347.21º | 0.84% | 0.85% | - |
| XYZ | 30.75 | 16.6 | 8.06 | - |
| YUV | 94.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 74 | 0 | 0.84 | 0.66 | 0.15 | 347.21 | 0.72 | 0.5 |
| Hex | DA | 23 | 4A | 0 | 54 | 42 | F | 15B | 48 | 32 |
| Octal | 332 | 43 | 112 | 0 | 124 | 102 | 17 | 533 | 110 | 62 |
| Binary | 11011010 | 100011 | 1001010 | 0 | 1010100 | 1000010 | 1111 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DA234A
Complementary color
Monochromatic Colors of #DA234A
Black with #DA234A
Text Example
Text Example
White with #DA234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA234A; }
p { color: rgb(218,35,74); }
H1.HeaderClassName
{
color: #DA234A;
}
.AnyTagClassName
{
color: #DA234A;
}
</style>
background-color css
<style>
a { background-color: #DA234A; }
a { background-color: rgb(218,35,74); }
div.DivClassName
{
background-color: #DA234A;
}
.BgClassName
{
background-color: #DA234A;
}
</style>
border-color css
<style>
span { border-color: #DA234A; }
span { border-color: rgb(218,35,74); }
td.TdClassName
{
border-color: #DA234A;
}
.TagClassName
{
border-color: #DA234A;
}
</style>