Shades of Amaranth #DB234B
Tints of Amaranth #DB234B
RGB
CMYK
RGB Variations
Color information
#DB234B (or 0xDB234B) is known color: Amaranth. HEX triplet: DB, 23 and 4B. RGB value is (219,35,75). Sum of RGB (Red+Green+Blue) = 219+35+75=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB234B is #24DCB4. Grayscale: #5E5E5E. Windows color (decimal): -2415797 or 4924379. OLE color: 4924379.
HSL color Cylindrical-coordinate representation of color #DB234B: hue angle of 346.96º 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 #DB234B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 75 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.14 |
| HSL | 346.96º | 0.72% | 0.5% | - |
| HSV(B) | 346.96º | 0.84% | 0.86% | - |
| XYZ | 31.08 | 16.77 | 8.26 | - |
| YUV | 94.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 75 | 0 | 0.84 | 0.66 | 0.14 | 346.96 | 0.72 | 0.5 |
| Hex | DB | 23 | 4B | 0 | 54 | 42 | E | 15B | 48 | 32 |
| Octal | 333 | 43 | 113 | 0 | 124 | 102 | 16 | 533 | 110 | 62 |
| Binary | 11011011 | 100011 | 1001011 | 0 | 1010100 | 1000010 | 1110 | 101011011 | 1001000 | 110010 |
Color Harmonies of #DB234B
Complementary color
Monochromatic Colors of #DB234B
Black with #DB234B
Text Example
Text Example
White with #DB234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB234B; }
p { color: rgb(219,35,75); }
H1.HeaderClassName
{
color: #DB234B;
}
.AnyTagClassName
{
color: #DB234B;
}
</style>
background-color css
<style>
a { background-color: #DB234B; }
a { background-color: rgb(219,35,75); }
div.DivClassName
{
background-color: #DB234B;
}
.BgClassName
{
background-color: #DB234B;
}
</style>
border-color css
<style>
span { border-color: #DB234B; }
span { border-color: rgb(219,35,75); }
td.TdClassName
{
border-color: #DB234B;
}
.TagClassName
{
border-color: #DB234B;
}
</style>