Shades of Amaranth #DB374B
Tints of Amaranth #DB374B
RGB
CMYK
RGB Variations
Color information
#DB374B (or 0xDB374B) is known color: Amaranth. HEX triplet: DB, 37 and 4B. RGB value is (219,55,75). Sum of RGB (Red+Green+Blue) = 219+55+75=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB374B is #24C8B4. Grayscale: #6A6A6A. Windows color (decimal): -2410677 or 4929499. OLE color: 4929499.
HSL color Cylindrical-coordinate representation of color #DB374B: hue angle of 352.68º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB374B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 75 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.14 |
| HSL | 352.68º | 0.69% | 0.54% | - |
| HSV(B) | 352.68º | 0.75% | 0.86% | - |
| XYZ | 31.85 | 18.3 | 8.51 | - |
| YUV | 106.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 75 | 0 | 0.75 | 0.66 | 0.14 | 352.68 | 0.69 | 0.54 |
| Hex | DB | 37 | 4B | 0 | 4B | 42 | E | 161 | 45 | 36 |
| Octal | 333 | 67 | 113 | 0 | 113 | 102 | 16 | 541 | 105 | 66 |
| Binary | 11011011 | 110111 | 1001011 | 0 | 1001011 | 1000010 | 1110 | 101100001 | 1000101 | 110110 |
Color Harmonies of #DB374B
Complementary color
Monochromatic Colors of #DB374B
Black with #DB374B
Text Example
Text Example
White with #DB374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB374B; }
p { color: rgb(219,55,75); }
H1.HeaderClassName
{
color: #DB374B;
}
.AnyTagClassName
{
color: #DB374B;
}
</style>
background-color css
<style>
a { background-color: #DB374B; }
a { background-color: rgb(219,55,75); }
div.DivClassName
{
background-color: #DB374B;
}
.BgClassName
{
background-color: #DB374B;
}
</style>
border-color css
<style>
span { border-color: #DB374B; }
span { border-color: rgb(219,55,75); }
td.TdClassName
{
border-color: #DB374B;
}
.TagClassName
{
border-color: #DB374B;
}
</style>