Html Css Color HEX #DC3E47 Amaranth

📋 copy color: '#DC3E47'

red 220 ◦ green 62 ◦ blue 71

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

Shades of Amaranth #DC3E47

Tints of Amaranth #DC3E47

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 62.32%
G = 17.56%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3E47 (or 0xDC3E47) is known color: Amaranth. HEX triplet: DC, 3E and 47. RGB value is (220,62,71). Sum of RGB (Red+Green+Blue) = 220+62+71=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E47 is #23C1B8. Grayscale: #6E6E6E. Windows color (decimal): -2343353 or 4669148. OLE color: 4669148.

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

Color convert

RGB 220 62 71 -
CMYK 0 0.72 0.68 0.14
HSL 356.58º 0.69% 0.55% -
HSV(B) 356.58º 0.72% 0.86% -
XYZ 32.38 19.12 7.94 -
YUV 110.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 220 62 71 0 0.72 0.68 0.14 356.58 0.69 0.55
Hex DC 3E 47 0 48 44 E 165 45 37
Octal 334 76 107 0 110 104 16 545 105 67
Binary 11011100 111110 1000111 0 1001000 1000100 1110 101100101 1000101 110111

Color Harmonies of #DC3E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E47

Black with #DC3E47

Text Example


Text Example

White with #DC3E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E47; }

 p { color: rgb(220,62,71); }

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

background-color css

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

 a { background-color: rgb(220,62,71); }

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

border-color css

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

 span { border-color: rgb(220,62,71); }

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