Html Css Color HEX #DC244C Amaranth

📋 copy color: '#DC244C'

red 220 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #DC244C

Tints of Amaranth #DC244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 66.27%
G = 10.84%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC244C (or 0xDC244C) is known color: Amaranth. HEX triplet: DC, 24 and 4C. RGB value is (220,36,76). Sum of RGB (Red+Green+Blue) = 220+36+76=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC244C is #23DBB3. Grayscale: #5F5F5F. Windows color (decimal): -2350004 or 4990172. OLE color: 4990172.

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

Color convert

RGB 220 36 76 -
CMYK 0 0.84 0.65 0.14
HSL 346.96º 0.72% 0.5% -
HSV(B) 346.96º 0.84% 0.86% -
XYZ 31.45 17 8.46 -
YUV 95.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 220 36 76 0 0.84 0.65 0.14 346.96 0.72 0.5
Hex DC 24 4C 0 54 41 E 15B 48 32
Octal 334 44 114 0 124 101 16 533 110 62
Binary 11011100 100100 1001100 0 1010100 1000001 1110 101011011 1001000 110010

Color Harmonies of #DC244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC244C

Black with #DC244C

Text Example


Text Example

White with #DC244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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