Html Css Color HEX #DC284F Amaranth

📋 copy color: '#DC284F'

red 220 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #DC284F

Tints of Amaranth #DC284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 64.9%
G = 11.8%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC284F (or 0xDC284F) is known color: Amaranth. HEX triplet: DC, 28 and 4F. RGB value is (220,40,79). Sum of RGB (Red+Green+Blue) = 220+40+79=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC284F is #23D7B0. Grayscale: #626262. Windows color (decimal): -2348977 or 5187804. OLE color: 5187804.

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

Color convert

RGB 220 40 79 -
CMYK 0 0.82 0.64 0.14
HSL 347º 0.72% 0.51% -
HSV(B) 347º 0.82% 0.86% -
XYZ 31.69 17.3 9.07 -
YUV 98.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 220 40 79 0 0.82 0.64 0.14 347 0.72 0.51
Hex DC 28 4F 0 52 40 E 15B 48 33
Octal 334 50 117 0 122 100 16 533 110 63
Binary 11011100 101000 1001111 0 1010010 1000000 1110 101011011 1001000 110011

Color Harmonies of #DC284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC284F

Black with #DC284F

Text Example


Text Example

White with #DC284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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