#DC374E

Color #DC374E Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DC374E

Tints of Amaranth #DC374E

Color information

#DC374E (or 0xDC374E) is unknown color: approx Amaranth. HEX triplet: DC, 37 and 4E. RGB value is (220,55,78). Sum of RGB (Red+Green+Blue) = 220+55+78=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC374E is #23C8B1. Grayscale: #6B6B6B. Windows color (decimal): -2345138 or 5126108. OLE color: 5126108.

HSL color Cylindrical-coordinate representation of color #DC374E: hue angle of 351.64º degrees, saturation: 0.7, 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 #DC374E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2205578-
CMYK00.750.650.14
HSL351.64º70.21%53.92%-
HSV(B)351.64º75%86.27%-
XYZ32.2618.59.08-
YUV106.96111.66208.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 62.32%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=62.32%
G=15.58%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220557800.750.650.14351.6470.2153.92
HexDC374E04B41E1604636
Octal3346711601131011654010666
Binary11011100110111100111001001011100000111101011000001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC374E; }

 p { color: rgb(220,55,78); }

 H1.HeaderClassName
 {
   color: #DC374E;
 }
 .AnyTagClassName
 {
   color: #DC374E;
 }
</style>
background-color css

<style>
 a { background-color: #DC374E; }

 a { background-color: rgb(220,55,78); }

 div.DivClassName
 {
   background-color: #DC374E;
 }
 .BgClassName
 {
   background-color: #DC374E;
 }
</style>
border-color css

<style>
 span { border-color: #DC374E; }

 span { border-color: rgb(220,55,78); }

 td.TdClassName
 {
   border-color: #DC374E;
 }
 .TagClassName
 {
   border-color: #DC374E;
 }
</style>