Shades of Amaranth #DB274A
Tints of Amaranth #DB274A
RGB
CMYK
RGB Variations
Color information
#DB274A (or 0xDB274A) is known color: Amaranth. HEX triplet: DB, 27 and 4A. RGB value is (219,39,74). Sum of RGB (Red+Green+Blue) = 219+39+74=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB274A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB274A is #24D8B5. Grayscale: #606060. Windows color (decimal): -2414774 or 4859867. OLE color: 4859867.
HSL color Cylindrical-coordinate representation of color #DB274A: hue angle of 348.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB274A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 74 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.14 |
| HSL | 348.33º | 0.71% | 0.51% | - |
| HSV(B) | 348.33º | 0.82% | 0.86% | - |
| XYZ | 31.17 | 17.01 | 8.12 | - |
| YUV | 96.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 74 | 0 | 0.82 | 0.66 | 0.14 | 348.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 4A | 0 | 52 | 42 | E | 15C | 47 | 33 |
| Octal | 333 | 47 | 112 | 0 | 122 | 102 | 16 | 534 | 107 | 63 |
| Binary | 11011011 | 100111 | 1001010 | 0 | 1010010 | 1000010 | 1110 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DB274A
Complementary color
Monochromatic Colors of #DB274A
Black with #DB274A
Text Example
Text Example
White with #DB274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB274A; }
p { color: rgb(219,39,74); }
H1.HeaderClassName
{
color: #DB274A;
}
.AnyTagClassName
{
color: #DB274A;
}
</style>
background-color css
<style>
a { background-color: #DB274A; }
a { background-color: rgb(219,39,74); }
div.DivClassName
{
background-color: #DB274A;
}
.BgClassName
{
background-color: #DB274A;
}
</style>
border-color css
<style>
span { border-color: #DB274A; }
span { border-color: rgb(219,39,74); }
td.TdClassName
{
border-color: #DB274A;
}
.TagClassName
{
border-color: #DB274A;
}
</style>