Html Css Color HEX #DD404A Amaranth

📋 copy color: '#DD404A'

red 221 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #DD404A

Tints of Amaranth #DD404A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 61.56%
G = 17.83%
B = 20.61%

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

#DD404A (or 0xDD404A) is known color: Amaranth. HEX triplet: DD, 40 and 4A. RGB value is (221,64,74). Sum of RGB (Red+Green+Blue) = 221+64+74=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD404A is #22BFB5. Grayscale: #707070. Windows color (decimal): -2277302 or 4866269. OLE color: 4866269.

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

Color convert

RGB 221 64 74 -
CMYK 0 0.71 0.67 0.13
HSL 356.18º 0.7% 0.56% -
HSV(B) 356.18º 0.71% 0.87% -
XYZ 32.89 19.53 8.52 -
YUV 112.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 221 64 74 0 0.71 0.67 0.13 356.18 0.7 0.56
Hex DD 40 4A 0 47 43 D 164 46 38
Octal 335 100 112 0 107 103 15 544 106 70
Binary 11011101 1000000 1001010 0 1000111 1000011 1101 101100100 1000110 111000

Color Harmonies of #DD404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD404A

Black with #DD404A

Text Example


Text Example

White with #DD404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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