Html Css Color HEX #DC4048 Amaranth

📋 copy color: '#DC4048'

red 220 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #DC4048

Tints of Amaranth #DC4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

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

R = 61.8%
G = 17.98%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC4048 (or 0xDC4048) is known color: Amaranth. HEX triplet: DC, 40 and 48. RGB value is (220,64,72). Sum of RGB (Red+Green+Blue) = 220+64+72=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4048 is #23BFB7. Grayscale: #6F6F6F. Windows color (decimal): -2342840 or 4735196. OLE color: 4735196.

HSL color Cylindrical-coordinate representation of color #DC4048: hue angle of 356.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4048 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 72 -
CMYK 0 0.71 0.67 0.14
HSL 356.92º 0.69% 0.56% -
HSV(B) 356.92º 0.71% 0.86% -
XYZ 32.52 19.35 8.15 -
YUV 111.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 220 64 72 0 0.71 0.67 0.14 356.92 0.69 0.56
Hex DC 40 48 0 47 43 E 165 45 38
Octal 334 100 110 0 107 103 16 545 105 70
Binary 11011100 1000000 1001000 0 1000111 1000011 1110 101100101 1000101 111000

Color Harmonies of #DC4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4048

Black with #DC4048

Text Example


Text Example

White with #DC4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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