Html Css Color HEX #DC1F54 Amaranth

📋 copy color: '#DC1F54'

red 220 ◦ green 31 ◦ blue 84

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

Shades of Amaranth #DC1F54

Tints of Amaranth #DC1F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.25%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 65.67%
G = 9.25%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1F54 (or 0xDC1F54) is known color: Amaranth. HEX triplet: DC, 1F and 54. RGB value is (220,31,84). Sum of RGB (Red+Green+Blue) = 220+31+84=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1F54 is #23E0AB. Grayscale: #5D5D5D. Windows color (decimal): -2351276 or 5513180. OLE color: 5513180.

HSL color Cylindrical-coordinate representation of color #DC1F54: hue angle of 343.17º degrees, saturation: 0.75, 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 #DC1F54 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 84 -
CMYK 0 0.86 0.62 0.14
HSL 343.17º 0.75% 0.49% -
HSV(B) 343.17º 0.86% 0.86% -
XYZ 31.61 16.84 9.97 -
YUV 93.55 122.62 218.19 -
System Red Green Blue C M Y K H S L
Decimal 220 31 84 0 0.86 0.62 0.14 343.17 0.75 0.49
Hex DC 1F 54 0 56 3E E 157 4B 31
Octal 334 37 124 0 126 76 16 527 113 61
Binary 11011100 11111 1010100 0 1010110 111110 1110 101010111 1001011 110001

Color Harmonies of #DC1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F54

Black with #DC1F54

Text Example


Text Example

White with #DC1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F54; }

 p { color: rgb(220,31,84); }

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

background-color css

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

 a { background-color: rgb(220,31,84); }

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

border-color css

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

 span { border-color: rgb(220,31,84); }

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