Html Css Color HEX #DC3847 Amaranth

📋 copy color: '#DC3847'

red 220 ◦ green 56 ◦ blue 71

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

Shades of Amaranth #DC3847

Tints of Amaranth #DC3847

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

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

R = 63.4%
G = 16.14%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC3847 (or 0xDC3847) is known color: Amaranth. HEX triplet: DC, 38 and 47. RGB value is (220,56,71). Sum of RGB (Red+Green+Blue) = 220+56+71=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3847 is #23C7B8. Grayscale: #6A6A6A. Windows color (decimal): -2344889 or 4667612. OLE color: 4667612.

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

Color convert

RGB 220 56 71 -
CMYK 0 0.75 0.68 0.14
HSL 354.51º 0.7% 0.54% -
HSV(B) 354.51º 0.75% 0.86% -
XYZ 32.07 18.5 7.84 -
YUV 106.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 220 56 71 0 0.75 0.68 0.14 354.51 0.7 0.54
Hex DC 38 47 0 4B 44 E 163 46 36
Octal 334 70 107 0 113 104 16 543 106 66
Binary 11011100 111000 1000111 0 1001011 1000100 1110 101100011 1000110 110110

Color Harmonies of #DC3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3847

Black with #DC3847

Text Example


Text Example

White with #DC3847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3847; }

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

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

background-color css

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

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

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

border-color css

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

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

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