Html Css Color HEX #DC374B Amaranth

📋 copy color: '#DC374B'

red 220 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #DC374B

Tints of Amaranth #DC374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 62.86%
G = 15.71%
B = 21.43%

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

#DC374B (or 0xDC374B) is known color: Amaranth. HEX triplet: DC, 37 and 4B. RGB value is (220,55,75). Sum of RGB (Red+Green+Blue) = 220+55+75=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC374B is #23C8B4. Grayscale: #6A6A6A. Windows color (decimal): -2345141 or 4929500. OLE color: 4929500.

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

Color convert

RGB 220 55 75 -
CMYK 0 0.75 0.66 0.14
HSL 352.73º 0.7% 0.54% -
HSV(B) 352.73º 0.75% 0.86% -
XYZ 32.15 18.46 8.52 -
YUV 106.62 110.16 208.87 -
System Red Green Blue C M Y K H S L
Decimal 220 55 75 0 0.75 0.66 0.14 352.73 0.7 0.54
Hex DC 37 4B 0 4B 42 E 161 46 36
Octal 334 67 113 0 113 102 16 541 106 66
Binary 11011100 110111 1001011 0 1001011 1000010 1110 101100001 1000110 110110

Color Harmonies of #DC374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC374B

Black with #DC374B

Text Example


Text Example

White with #DC374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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