Html Css Color HEX #DC3A48 Amaranth

📋 copy color: '#DC3A48'

red 220 ◦ green 58 ◦ blue 72

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

Shades of Amaranth #DC3A48

Tints of Amaranth #DC3A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

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

R = 62.86%
G = 16.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC3A48 (or 0xDC3A48) is known color: Amaranth. HEX triplet: DC, 3A and 48. RGB value is (220,58,72). Sum of RGB (Red+Green+Blue) = 220+58+72=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A48 is #23C5B7. Grayscale: #6C6C6C. Windows color (decimal): -2344376 or 4733660. OLE color: 4733660.

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

Color convert

RGB 220 58 72 -
CMYK 0 0.74 0.67 0.14
HSL 354.81º 0.7% 0.55% -
HSV(B) 354.81º 0.74% 0.86% -
XYZ 32.2 18.71 8.05 -
YUV 108.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 220 58 72 0 0.74 0.67 0.14 354.81 0.7 0.55
Hex DC 3A 48 0 4A 43 E 163 46 37
Octal 334 72 110 0 112 103 16 543 106 67
Binary 11011100 111010 1001000 0 1001010 1000011 1110 101100011 1000110 110111

Color Harmonies of #DC3A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A48

Black with #DC3A48

Text Example


Text Example

White with #DC3A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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