Html Css Color HEX #DC354D Amaranth

📋 copy color: '#DC354D'

red 220 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #DC354D

Tints of Amaranth #DC354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22%

R = 62.86%
G = 15.14%
B = 22%

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

#DC354D (or 0xDC354D) is known color: Amaranth. HEX triplet: DC, 35 and 4D. RGB value is (220,53,77). Sum of RGB (Red+Green+Blue) = 220+53+77=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC354D is #23CAB2. Grayscale: #696969. Windows color (decimal): -2345651 or 5060060. OLE color: 5060060.

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

Color convert

RGB 220 53 77 -
CMYK 0 0.76 0.65 0.14
HSL 351.38º 0.7% 0.54% -
HSV(B) 351.38º 0.76% 0.86% -
XYZ 32.13 18.3 8.86 -
YUV 105.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 220 53 77 0 0.76 0.65 0.14 351.38 0.7 0.54
Hex DC 35 4D 0 4C 41 E 15F 46 36
Octal 334 65 115 0 114 101 16 537 106 66
Binary 11011100 110101 1001101 0 1001100 1000001 1110 101011111 1000110 110110

Color Harmonies of #DC354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC354D

Black with #DC354D

Text Example


Text Example

White with #DC354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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