Html Css Color HEX #DC3947 Amaranth

📋 copy color: '#DC3947'

red 220 ◦ green 57 ◦ blue 71

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

Shades of Amaranth #DC3947

Tints of Amaranth #DC3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 63.22%
G = 16.38%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3947 (or 0xDC3947) is known color: Amaranth. HEX triplet: DC, 39 and 47. RGB value is (220,57,71). Sum of RGB (Red+Green+Blue) = 220+57+71=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3947 is #23C6B8. Grayscale: #6B6B6B. Windows color (decimal): -2344633 or 4667868. OLE color: 4667868.

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

Color convert

RGB 220 57 71 -
CMYK 0 0.74 0.68 0.14
HSL 354.85º 0.7% 0.54% -
HSV(B) 354.85º 0.74% 0.86% -
XYZ 32.12 18.6 7.86 -
YUV 107.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 220 57 71 0 0.74 0.68 0.14 354.85 0.7 0.54
Hex DC 39 47 0 4A 44 E 163 46 36
Octal 334 71 107 0 112 104 16 543 106 66
Binary 11011100 111001 1000111 0 1001010 1000100 1110 101100011 1000110 110110

Color Harmonies of #DC3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3947

Black with #DC3947

Text Example


Text Example

White with #DC3947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3947; }

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

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

background-color css

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

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

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

border-color css

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

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

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