Html Css Color HEX #DC354C Amaranth

📋 copy color: '#DC354C'

red 220 ◦ green 53 ◦ blue 76

#DC354C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DC354C

Tints of Amaranth #DC354C

RGB

 RED value IS 220 (86.33% from 255) = 63.04%

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 63.04%
G = 15.19%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC354C (or 0xDC354C) is known color: Amaranth. HEX triplet: DC, 35 and 4C. RGB value is (220,53,76). Sum of RGB (Red+Green+Blue) = 220+53+76=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC354C is #23CAB3. Grayscale: #696969. Windows color (decimal): -2345652 or 4994524. OLE color: 4994524.

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

Color convert

RGB 220 53 76 -
CMYK 0 0.76 0.65 0.14
HSL 351.74º 0.7% 0.54% -
HSV(B) 351.74º 0.76% 0.86% -
XYZ 32.09 18.28 8.68 -
YUV 105.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 220 53 76 0 0.76 0.65 0.14 351.74 0.7 0.54
Hex DC 35 4C 0 4C 41 E 160 46 36
Octal 334 65 114 0 114 101 16 540 106 66
Binary 11011100 110101 1001100 0 1001100 1000001 1110 101100000 1000110 110110

Color Harmonies of #DC354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC354C

Black with #DC354C

Text Example


Text Example

White with #DC354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC354C; }

 p { color: rgb(220,53,76); }

 H1.HeaderClassName
 {
   color: #DC354C;
 }
 .AnyTagClassName
 {
   color: #DC354C;
 }
</style>

background-color css

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

 a { background-color: rgb(220,53,76); }

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

border-color css

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

 span { border-color: rgb(220,53,76); }

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