Html Css Color HEX #DC2457 Amaranth

📋 copy color: '#DC2457'

red 220 ◦ green 36 ◦ blue 87

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

Shades of Amaranth #DC2457

Tints of Amaranth #DC2457

RGB

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

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

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

R = 64.14%
G = 10.5%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2457 (or 0xDC2457) is known color: Amaranth. HEX triplet: DC, 24 and 57. RGB value is (220,36,87). Sum of RGB (Red+Green+Blue) = 220+36+87=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2457 is #23DBA8. Grayscale: #606060. Windows color (decimal): -2349993 or 5711068. OLE color: 5711068.

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

Color convert

RGB 220 36 87 -
CMYK 0 0.84 0.60 0.14
HSL 343.37º 0.72% 0.5% -
HSV(B) 343.37º 0.84% 0.86% -
XYZ 31.87 17.17 10.65 -
YUV 96.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 220 36 87 0 0.84 0.60 0.14 343.37 0.72 0.5
Hex DC 24 57 0 54 3C E 157 48 32
Octal 334 44 127 0 124 74 16 527 110 62
Binary 11011100 100100 1010111 0 1010100 111100 1110 101010111 1001000 110010

Color Harmonies of #DC2457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2457

Black with #DC2457

Text Example


Text Example

White with #DC2457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2457; }

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

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

background-color css

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

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

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

border-color css

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

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

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