Html Css Color HEX #DD374C Amaranth

📋 copy color: '#DD374C'

red 221 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #DD374C

Tints of Amaranth #DD374C

RGB

 RED value IS 221 (86.72% from 255) = 62.78%

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

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 62.78%
G = 15.63%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD374C (or 0xDD374C) is known color: Amaranth. HEX triplet: DD, 37 and 4C. RGB value is (221,55,76). Sum of RGB (Red+Green+Blue) = 221+55+76=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD374C is #22C8B3. Grayscale: #6B6B6B. Windows color (decimal): -2279604 or 4995037. OLE color: 4995037.

HSL color Cylindrical-coordinate representation of color #DD374C: hue angle of 352.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD374C is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 76 -
CMYK 0 0.75 0.66 0.13
HSL 352.41º 0.71% 0.54% -
HSV(B) 352.41º 0.75% 0.87% -
XYZ 32.49 18.63 8.72 -
YUV 107.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 221 55 76 0 0.75 0.66 0.13 352.41 0.71 0.54
Hex DD 37 4C 0 4B 42 D 160 47 36
Octal 335 67 114 0 113 102 15 540 107 66
Binary 11011101 110111 1001100 0 1001011 1000010 1101 101100000 1000111 110110

Color Harmonies of #DD374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD374C

Black with #DD374C

Text Example


Text Example

White with #DD374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD374C; }

 p { color: rgb(221,55,76); }

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

background-color css

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

 a { background-color: rgb(221,55,76); }

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

border-color css

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

 span { border-color: rgb(221,55,76); }

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