Html Css Color HEX #DC2957 Amaranth

📋 copy color: '#DC2957'

red 220 ◦ green 41 ◦ blue 87

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

Shades of Amaranth #DC2957

Tints of Amaranth #DC2957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

 BLUE value IS 87 (34.38% from 255) = 25%

R = 63.22%
G = 11.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2957 (or 0xDC2957) is known color: Amaranth. HEX triplet: DC, 29 and 57. RGB value is (220,41,87). Sum of RGB (Red+Green+Blue) = 220+41+87=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2957 is #23D6A8. Grayscale: #636363. Windows color (decimal): -2348713 or 5712348. OLE color: 5712348.

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

Color convert

RGB 220 41 87 -
CMYK 0 0.81 0.60 0.14
HSL 344.58º 0.72% 0.51% -
HSV(B) 344.58º 0.81% 0.86% -
XYZ 32.03 17.49 10.7 -
YUV 99.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 220 41 87 0 0.81 0.60 0.14 344.58 0.72 0.51
Hex DC 29 57 0 51 3C E 159 48 33
Octal 334 51 127 0 121 74 16 531 110 63
Binary 11011100 101001 1010111 0 1010001 111100 1110 101011001 1001000 110011

Color Harmonies of #DC2957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2957

Black with #DC2957

Text Example


Text Example

White with #DC2957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2957; }

 p { color: rgb(220,41,87); }

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

background-color css

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

 a { background-color: rgb(220,41,87); }

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

border-color css

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

 span { border-color: rgb(220,41,87); }

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