Shades of Amaranth #DB234C
Tints of Amaranth #DB234C
RGB
CMYK
RGB Variations
Color information
#DB234C (or 0xDB234C) is known color: Amaranth. HEX triplet: DB, 23 and 4C. RGB value is (219,35,76). Sum of RGB (Red+Green+Blue) = 219+35+76=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB234C is #24DCB3. Grayscale: #5E5E5E. Windows color (decimal): -2415796 or 4989915. OLE color: 4989915.
HSL color Cylindrical-coordinate representation of color #DB234C: hue angle of 346.63º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB234C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 76 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.14 |
| HSL | 346.63º | 0.72% | 0.5% | - |
| HSV(B) | 346.63º | 0.84% | 0.86% | - |
| XYZ | 31.12 | 16.78 | 8.44 | - |
| YUV | 94.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 76 | 0 | 0.84 | 0.65 | 0.14 | 346.63 | 0.72 | 0.5 |
| Hex | DB | 23 | 4C | 0 | 54 | 41 | E | 15B | 48 | 32 |
| Octal | 333 | 43 | 114 | 0 | 124 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100011 | 1001100 | 0 | 1010100 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB234C
Complementary color
Monochromatic Colors of #DB234C
Black with #DB234C
Text Example
Text Example
White with #DB234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB234C; }
p { color: rgb(219,35,76); }
H1.HeaderClassName
{
color: #DB234C;
}
.AnyTagClassName
{
color: #DB234C;
}
</style>
background-color css
<style>
a { background-color: #DB234C; }
a { background-color: rgb(219,35,76); }
div.DivClassName
{
background-color: #DB234C;
}
.BgClassName
{
background-color: #DB234C;
}
</style>
border-color css
<style>
span { border-color: #DB234C; }
span { border-color: rgb(219,35,76); }
td.TdClassName
{
border-color: #DB234C;
}
.TagClassName
{
border-color: #DB234C;
}
</style>