Html Css Color HEX #DC3854 Amaranth

📋 copy color: '#DC3854'

red 220 ◦ green 56 ◦ blue 84

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

Shades of Amaranth #DC3854

Tints of Amaranth #DC3854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 61.11%
G = 15.56%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC3854 (or 0xDC3854) is known color: Amaranth. HEX triplet: DC, 38 and 54. RGB value is (220,56,84). Sum of RGB (Red+Green+Blue) = 220+56+84=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3854 is #23C7AB. Grayscale: #6C6C6C. Windows color (decimal): -2344876 or 5519580. OLE color: 5519580.

HSL color Cylindrical-coordinate representation of color #DC3854: hue angle of 349.76º 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 #DC3854 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 56 84 -
CMYK 0 0.75 0.62 0.14
HSL 349.76º 0.7% 0.54% -
HSV(B) 349.76º 0.75% 0.86% -
XYZ 32.53 18.68 10.28 -
YUV 108.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 220 56 84 0 0.75 0.62 0.14 349.76 0.7 0.54
Hex DC 38 54 0 4B 3E E 15E 46 36
Octal 334 70 124 0 113 76 16 536 106 66
Binary 11011100 111000 1010100 0 1001011 111110 1110 101011110 1000110 110110

Color Harmonies of #DC3854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3854

Black with #DC3854

Text Example


Text Example

White with #DC3854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3854; }

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

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

background-color css

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

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

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

border-color css

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

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

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