Html Css Color HEX #DC3749 Amaranth

📋 copy color: '#DC3749'

red 220 ◦ green 55 ◦ blue 73

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

Shades of Amaranth #DC3749

Tints of Amaranth #DC3749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 63.22%
G = 15.8%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3749 (or 0xDC3749) is known color: Amaranth. HEX triplet: DC, 37 and 49. RGB value is (220,55,73). Sum of RGB (Red+Green+Blue) = 220+55+73=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3749 is #23C8B6. Grayscale: #6A6A6A. Windows color (decimal): -2345143 or 4798428. OLE color: 4798428.

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

Color convert

RGB 220 55 73 -
CMYK 0 0.75 0.67 0.14
HSL 353.45º 0.7% 0.54% -
HSV(B) 353.45º 0.75% 0.86% -
XYZ 32.08 18.43 8.17 -
YUV 106.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 220 55 73 0 0.75 0.67 0.14 353.45 0.7 0.54
Hex DC 37 49 0 4B 43 E 161 46 36
Octal 334 67 111 0 113 103 16 541 106 66
Binary 11011100 110111 1001001 0 1001011 1000011 1110 101100001 1000110 110110

Color Harmonies of #DC3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3749

Black with #DC3749

Text Example


Text Example

White with #DC3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3749; }

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

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

background-color css

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

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

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

border-color css

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

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

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