Html Css Color HEX #DC3247 Amaranth

📋 copy color: '#DC3247'

red 220 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #DC3247

Tints of Amaranth #DC3247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 64.52%
G = 14.66%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3247 (or 0xDC3247) is known color: Amaranth. HEX triplet: DC, 32 and 47. RGB value is (220,50,71). Sum of RGB (Red+Green+Blue) = 220+50+71=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3247 is #23CDB8. Grayscale: #676767. Windows color (decimal): -2346425 or 4666076. OLE color: 4666076.

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

Color convert

RGB 220 50 71 -
CMYK 0 0.77 0.68 0.14
HSL 352.59º 0.71% 0.53% -
HSV(B) 352.59º 0.77% 0.86% -
XYZ 31.79 17.95 7.75 -
YUV 103.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 220 50 71 0 0.77 0.68 0.14 352.59 0.71 0.53
Hex DC 32 47 0 4D 44 E 161 47 35
Octal 334 62 107 0 115 104 16 541 107 65
Binary 11011100 110010 1000111 0 1001101 1000100 1110 101100001 1000111 110101

Color Harmonies of #DC3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3247

Black with #DC3247

Text Example


Text Example

White with #DC3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3247; }

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

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

background-color css

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

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

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

border-color css

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

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

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