Html Css Color HEX #DC3843 Amaranth

📋 copy color: '#DC3843'

red 220 ◦ green 56 ◦ blue 67

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

Shades of Amaranth #DC3843

Tints of Amaranth #DC3843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 64.14%
G = 16.33%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3843 (or 0xDC3843) is known color: Amaranth. HEX triplet: DC, 38 and 43. RGB value is (220,56,67). Sum of RGB (Red+Green+Blue) = 220+56+67=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3843 is #23C7BC. Grayscale: #6A6A6A. Windows color (decimal): -2344893 or 4405468. OLE color: 4405468.

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

Color convert

RGB 220 56 67 -
CMYK 0 0.75 0.70 0.14
HSL 355.98º 0.7% 0.54% -
HSV(B) 355.98º 0.75% 0.86% -
XYZ 31.94 18.45 7.19 -
YUV 106.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 220 56 67 0 0.75 0.70 0.14 355.98 0.7 0.54
Hex DC 38 43 0 4B 46 E 164 46 36
Octal 334 70 103 0 113 106 16 544 106 66
Binary 11011100 111000 1000011 0 1001011 1000110 1110 101100100 1000110 110110

Color Harmonies of #DC3843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3843

Black with #DC3843

Text Example


Text Example

White with #DC3843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3843; }

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

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

background-color css

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

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

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

border-color css

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

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

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