Html Css Color HEX #DC2454 Amaranth

📋 copy color: '#DC2454'

red 220 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #DC2454

Tints of Amaranth #DC2454

RGB

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

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

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

R = 64.71%
G = 10.59%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC2454 (or 0xDC2454) is known color: Amaranth. HEX triplet: DC, 24 and 54. RGB value is (220,36,84). Sum of RGB (Red+Green+Blue) = 220+36+84=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2454 is #23DBAB. Grayscale: #606060. Windows color (decimal): -2349996 or 5514460. OLE color: 5514460.

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

Color convert

RGB 220 36 84 -
CMYK 0 0.84 0.62 0.14
HSL 344.35º 0.72% 0.5% -
HSV(B) 344.35º 0.84% 0.86% -
XYZ 31.75 17.12 10.02 -
YUV 96.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 220 36 84 0 0.84 0.62 0.14 344.35 0.72 0.5
Hex DC 24 54 0 54 3E E 158 48 32
Octal 334 44 124 0 124 76 16 530 110 62
Binary 11011100 100100 1010100 0 1010100 111110 1110 101011000 1001000 110010

Color Harmonies of #DC2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2454

Black with #DC2454

Text Example


Text Example

White with #DC2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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