Html Css Color HEX #DC1E50 Amaranth

📋 copy color: '#DC1E50'

red 220 ◦ green 30 ◦ blue 80

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

Shades of Amaranth #DC1E50

Tints of Amaranth #DC1E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 66.67%
G = 9.09%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC1E50 (or 0xDC1E50) is known color: Amaranth. HEX triplet: DC, 1E and 50. RGB value is (220,30,80). Sum of RGB (Red+Green+Blue) = 220+30+80=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E50 is #23E1AF. Grayscale: #5C5C5C. Windows color (decimal): -2351536 or 5250780. OLE color: 5250780.

HSL color Cylindrical-coordinate representation of color #DC1E50: hue angle of 344.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E50 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 80 -
CMYK 0 0.86 0.64 0.14
HSL 344.21º 0.76% 0.49% -
HSV(B) 344.21º 0.86% 0.86% -
XYZ 31.43 16.72 9.16 -
YUV 92.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 220 30 80 0 0.86 0.64 0.14 344.21 0.76 0.49
Hex DC 1E 50 0 56 40 E 158 4C 31
Octal 334 36 120 0 126 100 16 530 114 61
Binary 11011100 11110 1010000 0 1010110 1000000 1110 101011000 1001100 110001

Color Harmonies of #DC1E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E50

Black with #DC1E50

Text Example


Text Example

White with #DC1E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E50; }

 p { color: rgb(220,30,80); }

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

background-color css

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

 a { background-color: rgb(220,30,80); }

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

border-color css

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

 span { border-color: rgb(220,30,80); }

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