Html Css Color HEX #D9404A Amaranth

📋 copy color: '#D9404A'

red 217 ◦ green 64 ◦ blue 74

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

Shades of Amaranth #D9404A

Tints of Amaranth #D9404A

RGB

 RED value IS 217 (85.16% from 255) = 61.13%

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

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

R = 61.13%
G = 18.03%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9404A (or 0xD9404A) is known color: Amaranth. HEX triplet: D9, 40 and 4A. RGB value is (217,64,74). Sum of RGB (Red+Green+Blue) = 217+64+74=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D9404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9404A is #26BFB5. Grayscale: #6E6E6E. Windows color (decimal): -2539446 or 4866265. OLE color: 4866265.

HSL color Cylindrical-coordinate representation of color #D9404A: hue angle of 356.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9404A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 64 74 -
CMYK 0 0.71 0.66 0.15
HSL 356.08º 0.67% 0.55% -
HSV(B) 356.08º 0.71% 0.85% -
XYZ 31.68 18.91 8.46 -
YUV 110.89 107.19 203.69 -
System Red Green Blue C M Y K H S L
Decimal 217 64 74 0 0.71 0.66 0.15 356.08 0.67 0.55
Hex D9 40 4A 0 47 42 F 164 43 37
Octal 331 100 112 0 107 102 17 544 103 67
Binary 11011001 1000000 1001010 0 1000111 1000010 1111 101100100 1000011 110111

Color Harmonies of #D9404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9404A

Black with #D9404A

Text Example


Text Example

White with #D9404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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