Html Css Color HEX #D9354D Amaranth

📋 copy color: '#D9354D'

red 217 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #D9354D

Tints of Amaranth #D9354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 62.54%
G = 15.27%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9354D (or 0xD9354D) is known color: Amaranth. HEX triplet: D9, 35 and 4D. RGB value is (217,53,77). Sum of RGB (Red+Green+Blue) = 217+53+77=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9354D is #26CAB2. Grayscale: #686868. Windows color (decimal): -2542259 or 5060057. OLE color: 5060057.

HSL color Cylindrical-coordinate representation of color #D9354D: hue angle of 351.22º 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 #D9354D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 77 -
CMYK 0 0.76 0.65 0.15
HSL 351.22º 0.68% 0.53% -
HSV(B) 351.22º 0.76% 0.85% -
XYZ 31.23 17.83 8.82 -
YUV 104.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 217 53 77 0 0.76 0.65 0.15 351.22 0.68 0.53
Hex D9 35 4D 0 4C 41 F 15F 44 35
Octal 331 65 115 0 114 101 17 537 104 65
Binary 11011001 110101 1001101 0 1001100 1000001 1111 101011111 1000100 110101

Color Harmonies of #D9354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9354D

Black with #D9354D

Text Example


Text Example

White with #D9354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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