Html Css Color HEX #D9324C Amaranth

📋 copy color: '#D9324C'

red 217 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #D9324C

Tints of Amaranth #D9324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 63.27%
G = 14.58%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9324C (or 0xD9324C) is known color: Amaranth. HEX triplet: D9, 32 and 4C. RGB value is (217,50,76). Sum of RGB (Red+Green+Blue) = 217+50+76=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9324C is #26CDB3. Grayscale: #666666. Windows color (decimal): -2543028 or 4993753. OLE color: 4993753.

HSL color Cylindrical-coordinate representation of color #D9324C: hue angle of 350.66º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9324C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 76 -
CMYK 0 0.77 0.65 0.15
HSL 350.66º 0.69% 0.52% -
HSV(B) 350.66º 0.77% 0.85% -
XYZ 31.06 17.55 8.59 -
YUV 102.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 217 50 76 0 0.77 0.65 0.15 350.66 0.69 0.52
Hex D9 32 4C 0 4D 41 F 15F 45 34
Octal 331 62 114 0 115 101 17 537 105 64
Binary 11011001 110010 1001100 0 1001101 1000001 1111 101011111 1000101 110100

Color Harmonies of #D9324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9324C

Black with #D9324C

Text Example


Text Example

White with #D9324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9324C; }

 p { color: rgb(217,50,76); }

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

background-color css

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

 a { background-color: rgb(217,50,76); }

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

border-color css

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

 span { border-color: rgb(217,50,76); }

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