Html Css Color HEX #DC224D Amaranth

📋 copy color: '#DC224D'

red 220 ◦ green 34 ◦ blue 77

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

Shades of Amaranth #DC224D

Tints of Amaranth #DC224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 66.47%
G = 10.27%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC224D (or 0xDC224D) is known color: Amaranth. HEX triplet: DC, 22 and 4D. RGB value is (220,34,77). Sum of RGB (Red+Green+Blue) = 220+34+77=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC224D is #23DDB2. Grayscale: #5E5E5E. Windows color (decimal): -2350515 or 5055196. OLE color: 5055196.

HSL color Cylindrical-coordinate representation of color #DC224D: hue angle of 346.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC224D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 77 -
CMYK 0 0.85 0.65 0.14
HSL 346.13º 0.73% 0.5% -
HSV(B) 346.13º 0.85% 0.86% -
XYZ 31.43 16.9 8.63 -
YUV 94.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 220 34 77 0 0.85 0.65 0.14 346.13 0.73 0.5
Hex DC 22 4D 0 55 41 E 15A 49 32
Octal 334 42 115 0 125 101 16 532 111 62
Binary 11011100 100010 1001101 0 1010101 1000001 1110 101011010 1001001 110010

Color Harmonies of #DC224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC224D

Black with #DC224D

Text Example


Text Example

White with #DC224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC224D; }

 p { color: rgb(220,34,77); }

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

background-color css

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

 a { background-color: rgb(220,34,77); }

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

border-color css

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

 span { border-color: rgb(220,34,77); }

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