Html Css Color HEX #DC3748 Amaranth

📋 copy color: '#DC3748'

red 220 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #DC3748

Tints of Amaranth #DC3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 63.4%
G = 15.85%
B = 20.75%

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

#DC3748 (or 0xDC3748) is known color: Amaranth. HEX triplet: DC, 37 and 48. RGB value is (220,55,72). Sum of RGB (Red+Green+Blue) = 220+55+72=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3748 is #23C8B7. Grayscale: #6A6A6A. Windows color (decimal): -2345144 or 4732892. OLE color: 4732892.

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

Color convert

RGB 220 55 72 -
CMYK 0 0.75 0.67 0.14
HSL 353.82º 0.7% 0.54% -
HSV(B) 353.82º 0.75% 0.86% -
XYZ 32.05 18.42 8 -
YUV 106.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 220 55 72 0 0.75 0.67 0.14 353.82 0.7 0.54
Hex DC 37 48 0 4B 43 E 162 46 36
Octal 334 67 110 0 113 103 16 542 106 66
Binary 11011100 110111 1001000 0 1001011 1000011 1110 101100010 1000110 110110

Color Harmonies of #DC3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3748

Black with #DC3748

Text Example


Text Example

White with #DC3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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