Shades of Amaranth #DC3545
Tints of Amaranth #DC3545
RGB
CMYK
RGB Variations
Color information
#DC3545 (or 0xDC3545) is known color: Amaranth. HEX triplet: DC, 35 and 45. RGB value is (220,53,69). Sum of RGB (Red+Green+Blue) = 220+53+69=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3545 is #23CABA. Grayscale: #686868. Windows color (decimal): -2345659 or 4535772. OLE color: 4535772.
HSL color Cylindrical-coordinate representation of color #DC3545: hue angle of 354.25º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3545 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 53 | 69 | - |
CMYK | 0 | 0.76 | 0.69 | 0.14 |
HSL | 354.25º | 0.7% | 0.54% | - |
HSV(B) | 354.25º | 0.76% | 0.86% | - |
XYZ | 31.86 | 18.19 | 7.46 | - |
YUV | 104.76 | 107.83 | 210.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 53 | 69 | 0 | 0.76 | 0.69 | 0.14 | 354.25 | 0.7 | 0.54 |
Hex | DC | 35 | 45 | 0 | 4C | 45 | E | 162 | 46 | 36 |
Octal | 334 | 65 | 105 | 0 | 114 | 105 | 16 | 542 | 106 | 66 |
Binary | 11011100 | 110101 | 1000101 | 0 | 1001100 | 1000101 | 1110 | 101100010 | 1000110 | 110110 |
Color Harmonies of #DC3545
Complementary color
Monochromatic Colors of #DC3545
Black with #DC3545
Text Example
Text Example
White with #DC3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3545; }
p { color: rgb(220,53,69); }
H1.HeaderClassName
{
color: #DC3545;
}
.AnyTagClassName
{
color: #DC3545;
}
</style>
background-color css
<style>
a { background-color: #DC3545; }
a { background-color: rgb(220,53,69); }
div.DivClassName
{
background-color: #DC3545;
}
.BgClassName
{
background-color: #DC3545;
}
</style>
border-color css
<style>
span { border-color: #DC3545; }
span { border-color: rgb(220,53,69); }
td.TdClassName
{
border-color: #DC3545;
}
.TagClassName
{
border-color: #DC3545;
}
</style>