Html Css Color HEX #DC3048 Amaranth

📋 copy color: '#DC3048'

red 220 ◦ green 48 ◦ blue 72

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

Shades of Amaranth #DC3048

Tints of Amaranth #DC3048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 64.71%
G = 14.12%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3048 (or 0xDC3048) is known color: Amaranth. HEX triplet: DC, 30 and 48. RGB value is (220,48,72). Sum of RGB (Red+Green+Blue) = 220+48+72=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3048 is #23CFB7. Grayscale: #666666. Windows color (decimal): -2346936 or 4731100. OLE color: 4731100.

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

Color convert

RGB 220 48 72 -
CMYK 0 0.78 0.67 0.14
HSL 351.63º 0.71% 0.53% -
HSV(B) 351.63º 0.78% 0.86% -
XYZ 31.74 17.8 7.89 -
YUV 102.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 220 48 72 0 0.78 0.67 0.14 351.63 0.71 0.53
Hex DC 30 48 0 4E 43 E 160 47 35
Octal 334 60 110 0 116 103 16 540 107 65
Binary 11011100 110000 1001000 0 1001110 1000011 1110 101100000 1000111 110101

Color Harmonies of #DC3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3048

Black with #DC3048

Text Example


Text Example

White with #DC3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3048; }

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

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

background-color css

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

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

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

border-color css

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

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

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