Shades of Amaranth #DB404B
Tints of Amaranth #DB404B
RGB
CMYK
RGB Variations
Color information
#DB404B (or 0xDB404B) is known color: Amaranth. HEX triplet: DB, 40 and 4B. RGB value is (219,64,75). Sum of RGB (Red+Green+Blue) = 219+64+75=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB404B is #24BFB4. Grayscale: #6F6F6F. Windows color (decimal): -2408373 or 4931803. OLE color: 4931803.
HSL color Cylindrical-coordinate representation of color #DB404B: hue angle of 355.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB404B is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 75 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.14 |
| HSL | 355.74º | 0.68% | 0.55% | - |
| HSV(B) | 355.74º | 0.71% | 0.86% | - |
| XYZ | 32.32 | 19.23 | 8.67 | - |
| YUV | 111.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 75 | 0 | 0.71 | 0.66 | 0.14 | 355.74 | 0.68 | 0.55 |
| Hex | DB | 40 | 4B | 0 | 47 | 42 | E | 164 | 44 | 37 |
| Octal | 333 | 100 | 113 | 0 | 107 | 102 | 16 | 544 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1001011 | 0 | 1000111 | 1000010 | 1110 | 101100100 | 1000100 | 110111 |
Color Harmonies of #DB404B
Complementary color
Monochromatic Colors of #DB404B
Black with #DB404B
Text Example
Text Example
White with #DB404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB404B; }
p { color: rgb(219,64,75); }
H1.HeaderClassName
{
color: #DB404B;
}
.AnyTagClassName
{
color: #DB404B;
}
</style>
background-color css
<style>
a { background-color: #DB404B; }
a { background-color: rgb(219,64,75); }
div.DivClassName
{
background-color: #DB404B;
}
.BgClassName
{
background-color: #DB404B;
}
</style>
border-color css
<style>
span { border-color: #DB404B; }
span { border-color: rgb(219,64,75); }
td.TdClassName
{
border-color: #DB404B;
}
.TagClassName
{
border-color: #DB404B;
}
</style>