Html Css Color HEX #DD414C Amaranth

📋 copy color: '#DD414C'

red 221 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #DD414C

Tints of Amaranth #DD414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 61.05%
G = 17.96%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD414C (or 0xDD414C) is known color: Amaranth. HEX triplet: DD, 41 and 4C. RGB value is (221,65,76). Sum of RGB (Red+Green+Blue) = 221+65+76=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD414C is #22BEB3. Grayscale: #717171. Windows color (decimal): -2277044 or 4997597. OLE color: 4997597.

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

Color convert

RGB 221 65 76 -
CMYK 0 0.71 0.66 0.13
HSL 355.77º 0.7% 0.56% -
HSV(B) 355.77º 0.71% 0.87% -
XYZ 33.01 19.67 8.9 -
YUV 112.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 221 65 76 0 0.71 0.66 0.13 355.77 0.7 0.56
Hex DD 41 4C 0 47 42 D 164 46 38
Octal 335 101 114 0 107 102 15 544 106 70
Binary 11011101 1000001 1001100 0 1000111 1000010 1101 101100100 1000110 111000

Color Harmonies of #DD414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414C

Black with #DD414C

Text Example


Text Example

White with #DD414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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