Html Css Color HEX #D9354A Amaranth

📋 copy color: '#D9354A'

red 217 ◦ green 53 ◦ blue 74

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

Shades of Amaranth #D9354A

Tints of Amaranth #D9354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 63.08%
G = 15.41%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9354A (or 0xD9354A) is known color: Amaranth. HEX triplet: D9, 35 and 4A. RGB value is (217,53,74). Sum of RGB (Red+Green+Blue) = 217+53+74=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9354A is #26CAB5. Grayscale: #686868. Windows color (decimal): -2542262 or 4863449. OLE color: 4863449.

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

Color convert

RGB 217 53 74 -
CMYK 0 0.76 0.66 0.15
HSL 352.32º 0.68% 0.53% -
HSV(B) 352.32º 0.76% 0.85% -
XYZ 31.12 17.79 8.27 -
YUV 104.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 217 53 74 0 0.76 0.66 0.15 352.32 0.68 0.53
Hex D9 35 4A 0 4C 42 F 160 44 35
Octal 331 65 112 0 114 102 17 540 104 65
Binary 11011001 110101 1001010 0 1001100 1000010 1111 101100000 1000100 110101

Color Harmonies of #D9354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9354A

Black with #D9354A

Text Example


Text Example

White with #D9354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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