Html Css Color HEX #DC2354 Amaranth

📋 copy color: '#DC2354'

red 220 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #DC2354

Tints of Amaranth #DC2354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 64.9%
G = 10.32%
B = 24.78%

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

#DC2354 (or 0xDC2354) is known color: Amaranth. HEX triplet: DC, 23 and 54. RGB value is (220,35,84). Sum of RGB (Red+Green+Blue) = 220+35+84=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2354 is #23DCAB. Grayscale: #5F5F5F. Windows color (decimal): -2350252 or 5514204. OLE color: 5514204.

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

Color convert

RGB 220 35 84 -
CMYK 0 0.84 0.62 0.14
HSL 344.11º 0.73% 0.5% -
HSV(B) 344.11º 0.84% 0.86% -
XYZ 31.72 17.06 10.01 -
YUV 95.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 220 35 84 0 0.84 0.62 0.14 344.11 0.73 0.5
Hex DC 23 54 0 54 3E E 158 49 32
Octal 334 43 124 0 124 76 16 530 111 62
Binary 11011100 100011 1010100 0 1010100 111110 1110 101011000 1001001 110010

Color Harmonies of #DC2354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2354

Black with #DC2354

Text Example


Text Example

White with #DC2354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2354; }

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

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

background-color css

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

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

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

border-color css

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

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

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