Html Css Color HEX #DD414A Amaranth

📋 copy color: '#DD414A'

red 221 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #DD414A

Tints of Amaranth #DD414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 61.39%
G = 18.06%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD414A (or 0xDD414A) is known color: Amaranth. HEX triplet: DD, 41 and 4A. RGB value is (221,65,74). Sum of RGB (Red+Green+Blue) = 221+65+74=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD414A is #22BEB5. Grayscale: #707070. Windows color (decimal): -2277046 or 4866525. OLE color: 4866525.

HSL color Cylindrical-coordinate representation of color #DD414A: hue angle of 356.54º 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 #DD414A is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 74 -
CMYK 0 0.71 0.67 0.13
HSL 356.54º 0.7% 0.56% -
HSV(B) 356.54º 0.71% 0.87% -
XYZ 32.95 19.65 8.53 -
YUV 112.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 221 65 74 0 0.71 0.67 0.13 356.54 0.7 0.56
Hex DD 41 4A 0 47 43 D 165 46 38
Octal 335 101 112 0 107 103 15 545 106 70
Binary 11011101 1000001 1001010 0 1000111 1000011 1101 101100101 1000110 111000

Color Harmonies of #DD414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD414A

Black with #DD414A

Text Example


Text Example

White with #DD414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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