Html Css Color HEX #DC2347 Amaranth

📋 copy color: '#DC2347'

red 220 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #DC2347

Tints of Amaranth #DC2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 67.48%
G = 10.74%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2347 (or 0xDC2347) is known color: Amaranth. HEX triplet: DC, 23 and 47. RGB value is (220,35,71). Sum of RGB (Red+Green+Blue) = 220+35+71=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2347 is #23DCB8. Grayscale: #5E5E5E. Windows color (decimal): -2350265 or 4662236. OLE color: 4662236.

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

Color convert

RGB 220 35 71 -
CMYK 0 0.84 0.68 0.14
HSL 348.32º 0.73% 0.5% -
HSV(B) 348.32º 0.84% 0.86% -
XYZ 31.25 16.87 7.57 -
YUV 94.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 220 35 71 0 0.84 0.68 0.14 348.32 0.73 0.5
Hex DC 23 47 0 54 44 E 15C 49 32
Octal 334 43 107 0 124 104 16 534 111 62
Binary 11011100 100011 1000111 0 1010100 1000100 1110 101011100 1001001 110010

Color Harmonies of #DC2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2347

Black with #DC2347

Text Example


Text Example

White with #DC2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2347; }

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

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

background-color css

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

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

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

border-color css

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

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

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