Html Css Color HEX #DC364B Amaranth

📋 copy color: '#DC364B'

red 220 ◦ green 54 ◦ blue 75

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

Shades of Amaranth #DC364B

Tints of Amaranth #DC364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.49%

R = 63.04%
G = 15.47%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC364B (or 0xDC364B) is known color: Amaranth. HEX triplet: DC, 36 and 4B. RGB value is (220,54,75). Sum of RGB (Red+Green+Blue) = 220+54+75=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC364B is #23C9B4. Grayscale: #6A6A6A. Windows color (decimal): -2345397 or 4929244. OLE color: 4929244.

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

Color convert

RGB 220 54 75 -
CMYK 0 0.75 0.66 0.14
HSL 352.41º 0.7% 0.54% -
HSV(B) 352.41º 0.75% 0.86% -
XYZ 32.1 18.36 8.51 -
YUV 106.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 220 54 75 0 0.75 0.66 0.14 352.41 0.7 0.54
Hex DC 36 4B 0 4B 42 E 160 46 36
Octal 334 66 113 0 113 102 16 540 106 66
Binary 11011100 110110 1001011 0 1001011 1000010 1110 101100000 1000110 110110

Color Harmonies of #DC364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC364B

Black with #DC364B

Text Example


Text Example

White with #DC364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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