Html Css Color HEX #DC414C Amaranth

📋 copy color: '#DC414C'

red 220 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #DC414C

Tints of Amaranth #DC414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 60.94%
G = 18.01%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC414C (or 0xDC414C) is known color: Amaranth. HEX triplet: DC, 41 and 4C. RGB value is (220,65,76). Sum of RGB (Red+Green+Blue) = 220+65+76=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC414C is #23BEB3. Grayscale: #707070. Windows color (decimal): -2342580 or 4997596. OLE color: 4997596.

HSL color Cylindrical-coordinate representation of color #DC414C: hue angle of 355.74º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC414C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 65 76 -
CMYK 0 0.70 0.65 0.14
HSL 355.74º 0.69% 0.56% -
HSV(B) 355.74º 0.7% 0.86% -
XYZ 32.71 19.52 8.88 -
YUV 112.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 220 65 76 0 0.70 0.65 0.14 355.74 0.69 0.56
Hex DC 41 4C 0 46 41 E 164 45 38
Octal 334 101 114 0 106 101 16 544 105 70
Binary 11011100 1000001 1001100 0 1000110 1000001 1110 101100100 1000101 111000

Color Harmonies of #DC414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC414C

Black with #DC414C

Text Example


Text Example

White with #DC414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC414C; }

 p { color: rgb(220,65,76); }

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

background-color css

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

 a { background-color: rgb(220,65,76); }

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

border-color css

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

 span { border-color: rgb(220,65,76); }

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