Html Css Color HEX #DC3944 Amaranth

📋 copy color: '#DC3944'

red 220 ◦ green 57 ◦ blue 68

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

Shades of Amaranth #DC3944

Tints of Amaranth #DC3944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 63.77%
G = 16.52%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC3944 (or 0xDC3944) is known color: Amaranth. HEX triplet: DC, 39 and 44. RGB value is (220,57,68). Sum of RGB (Red+Green+Blue) = 220+57+68=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3944 is #23C6BB. Grayscale: #6B6B6B. Windows color (decimal): -2344636 or 4471260. OLE color: 4471260.

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

Color convert

RGB 220 57 68 -
CMYK 0 0.74 0.69 0.14
HSL 355.95º 0.7% 0.54% -
HSV(B) 355.95º 0.74% 0.86% -
XYZ 32.02 18.56 7.36 -
YUV 106.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 220 57 68 0 0.74 0.69 0.14 355.95 0.7 0.54
Hex DC 39 44 0 4A 45 E 164 46 36
Octal 334 71 104 0 112 105 16 544 106 66
Binary 11011100 111001 1000100 0 1001010 1000101 1110 101100100 1000110 110110

Color Harmonies of #DC3944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3944

Black with #DC3944

Text Example


Text Example

White with #DC3944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3944; }

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

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

background-color css

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

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

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

border-color css

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

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

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