Html Css Color HEX #DC364F Amaranth

📋 copy color: '#DC364F'

red 220 ◦ green 54 ◦ blue 79

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

Shades of Amaranth #DC364F

Tints of Amaranth #DC364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 62.32%
G = 15.3%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC364F (or 0xDC364F) is known color: Amaranth. HEX triplet: DC, 36 and 4F. RGB value is (220,54,79). Sum of RGB (Red+Green+Blue) = 220+54+79=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC364F is #23C9B0. Grayscale: #6A6A6A. Windows color (decimal): -2345393 or 5191388. OLE color: 5191388.

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

Color convert

RGB 220 54 79 -
CMYK 0 0.75 0.64 0.14
HSL 350.96º 0.7% 0.54% -
HSV(B) 350.96º 0.75% 0.86% -
XYZ 32.25 18.42 9.25 -
YUV 106.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 220 54 79 0 0.75 0.64 0.14 350.96 0.7 0.54
Hex DC 36 4F 0 4B 40 E 15F 46 36
Octal 334 66 117 0 113 100 16 537 106 66
Binary 11011100 110110 1001111 0 1001011 1000000 1110 101011111 1000110 110110

Color Harmonies of #DC364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC364F

Black with #DC364F

Text Example


Text Example

White with #DC364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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