Shades of Amaranth #DB264C
Tints of Amaranth #DB264C
RGB
CMYK
RGB Variations
Color information
#DB264C (or 0xDB264C) is known color: Amaranth. HEX triplet: DB, 26 and 4C. RGB value is (219,38,76). Sum of RGB (Red+Green+Blue) = 219+38+76=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB264C is #24D9B3. Grayscale: #606060. Windows color (decimal): -2415028 or 4990683. OLE color: 4990683.
HSL color Cylindrical-coordinate representation of color #DB264C: hue angle of 347.4º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB264C is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 76 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.14 |
| HSL | 347.4º | 0.72% | 0.5% | - |
| HSV(B) | 347.4º | 0.83% | 0.86% | - |
| XYZ | 31.21 | 16.97 | 8.47 | - |
| YUV | 96.45 | 116.47 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 76 | 0 | 0.83 | 0.65 | 0.14 | 347.4 | 0.72 | 0.5 |
| Hex | DB | 26 | 4C | 0 | 53 | 41 | E | 15B | 48 | 32 |
| Octal | 333 | 46 | 114 | 0 | 123 | 101 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100110 | 1001100 | 0 | 1010011 | 1000001 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB264C
Complementary color
Monochromatic Colors of #DB264C
Black with #DB264C
Text Example
Text Example
White with #DB264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB264C; }
p { color: rgb(219,38,76); }
H1.HeaderClassName
{
color: #DB264C;
}
.AnyTagClassName
{
color: #DB264C;
}
</style>
background-color css
<style>
a { background-color: #DB264C; }
a { background-color: rgb(219,38,76); }
div.DivClassName
{
background-color: #DB264C;
}
.BgClassName
{
background-color: #DB264C;
}
</style>
border-color css
<style>
span { border-color: #DB264C; }
span { border-color: rgb(219,38,76); }
td.TdClassName
{
border-color: #DB264C;
}
.TagClassName
{
border-color: #DB264C;
}
</style>