Shades of Amaranth #DC234B
Tints of Amaranth #DC234B
RGB
CMYK
RGB Variations
Color information
#DC234B (or 0xDC234B) is known color: Amaranth. HEX triplet: DC, 23 and 4B. RGB value is (220,35,75). Sum of RGB (Red+Green+Blue) = 220+35+75=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC234B is #23DCB4. Grayscale: #5E5E5E. Windows color (decimal): -2350261 or 4924380. OLE color: 4924380.
HSL color Cylindrical-coordinate representation of color #DC234B: hue angle of 347.03º degrees, saturation: 0.73, 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 #DC234B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 75 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.14 |
| HSL | 347.03º | 0.73% | 0.5% | - |
| HSV(B) | 347.03º | 0.84% | 0.86% | - |
| XYZ | 31.39 | 16.93 | 8.27 | - |
| YUV | 94.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 75 | 0 | 0.84 | 0.66 | 0.14 | 347.03 | 0.73 | 0.5 |
| Hex | DC | 23 | 4B | 0 | 54 | 42 | E | 15B | 49 | 32 |
| Octal | 334 | 43 | 113 | 0 | 124 | 102 | 16 | 533 | 111 | 62 |
| Binary | 11011100 | 100011 | 1001011 | 0 | 1010100 | 1000010 | 1110 | 101011011 | 1001001 | 110010 |
Color Harmonies of #DC234B
Complementary color
Monochromatic Colors of #DC234B
Black with #DC234B
Text Example
Text Example
White with #DC234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC234B; }
p { color: rgb(220,35,75); }
H1.HeaderClassName
{
color: #DC234B;
}
.AnyTagClassName
{
color: #DC234B;
}
</style>
background-color css
<style>
a { background-color: #DC234B; }
a { background-color: rgb(220,35,75); }
div.DivClassName
{
background-color: #DC234B;
}
.BgClassName
{
background-color: #DC234B;
}
</style>
border-color css
<style>
span { border-color: #DC234B; }
span { border-color: rgb(220,35,75); }
td.TdClassName
{
border-color: #DC234B;
}
.TagClassName
{
border-color: #DC234B;
}
</style>