Html Css Color HEX #DC3754 Amaranth

📋 copy color: '#DC3754'

red 220 ◦ green 55 ◦ blue 84

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

Shades of Amaranth #DC3754

Tints of Amaranth #DC3754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 84 (33.2% from 255) = 23.4%

R = 61.28%
G = 15.32%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC3754 (or 0xDC3754) is known color: Amaranth. HEX triplet: DC, 37 and 54. RGB value is (220,55,84). Sum of RGB (Red+Green+Blue) = 220+55+84=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3754 is #23C8AB. Grayscale: #6B6B6B. Windows color (decimal): -2345132 or 5519324. OLE color: 5519324.

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

Color convert

RGB 220 55 84 -
CMYK 0 0.75 0.62 0.14
HSL 349.45º 0.7% 0.54% -
HSV(B) 349.45º 0.75% 0.86% -
XYZ 32.48 18.59 10.26 -
YUV 107.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 220 55 84 0 0.75 0.62 0.14 349.45 0.7 0.54
Hex DC 37 54 0 4B 3E E 15D 46 36
Octal 334 67 124 0 113 76 16 535 106 66
Binary 11011100 110111 1010100 0 1001011 111110 1110 101011101 1000110 110110

Color Harmonies of #DC3754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3754

Black with #DC3754

Text Example


Text Example

White with #DC3754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3754; }

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

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

background-color css

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

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

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

border-color css

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

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

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