Html Css Color HEX #DC284A Amaranth

📋 copy color: '#DC284A'

red 220 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #DC284A

Tints of Amaranth #DC284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 65.87%
G = 11.98%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC284A (or 0xDC284A) is known color: Amaranth. HEX triplet: DC, 28 and 4A. RGB value is (220,40,74). Sum of RGB (Red+Green+Blue) = 220+40+74=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC284A is #23D7B5. Grayscale: #616161. Windows color (decimal): -2348982 or 4860124. OLE color: 4860124.

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

Color convert

RGB 220 40 74 -
CMYK 0 0.82 0.66 0.14
HSL 348.67º 0.72% 0.51% -
HSV(B) 348.67º 0.82% 0.86% -
XYZ 31.51 17.23 8.14 -
YUV 97.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 220 40 74 0 0.82 0.66 0.14 348.67 0.72 0.51
Hex DC 28 4A 0 52 42 E 15D 48 33
Octal 334 50 112 0 122 102 16 535 110 63
Binary 11011100 101000 1001010 0 1010010 1000010 1110 101011101 1001000 110011

Color Harmonies of #DC284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC284A

Black with #DC284A

Text Example


Text Example

White with #DC284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC284A; }

 p { color: rgb(220,40,74); }

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

background-color css

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

 a { background-color: rgb(220,40,74); }

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

border-color css

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

 span { border-color: rgb(220,40,74); }

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