Html Css Color HEX #DC1C4F Amaranth

📋 copy color: '#DC1C4F'

red 220 ◦ green 28 ◦ blue 79

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

Shades of Amaranth #DC1C4F

Tints of Amaranth #DC1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.56%

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

R = 67.28%
G = 8.56%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC1C4F (or 0xDC1C4F) is known color: Amaranth. HEX triplet: DC, 1C and 4F. RGB value is (220,28,79). Sum of RGB (Red+Green+Blue) = 220+28+79=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C4F is #23E3B0. Grayscale: #5B5B5B. Windows color (decimal): -2352049 or 5184732. OLE color: 5184732.

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

Color convert

RGB 220 28 79 -
CMYK 0 0.87 0.64 0.14
HSL 344.06º 0.77% 0.49% -
HSV(B) 344.06º 0.87% 0.86% -
XYZ 31.34 16.61 8.95 -
YUV 91.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 220 28 79 0 0.87 0.64 0.14 344.06 0.77 0.49
Hex DC 1C 4F 0 57 40 E 158 4D 31
Octal 334 34 117 0 127 100 16 530 115 61
Binary 11011100 11100 1001111 0 1010111 1000000 1110 101011000 1001101 110001

Color Harmonies of #DC1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C4F

Black with #DC1C4F

Text Example


Text Example

White with #DC1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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