Html Css Color HEX #D7324A Amaranth

📋 copy color: '#D7324A'

red 215 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #D7324A

Tints of Amaranth #D7324A

RGB

 RED value IS 215 (84.38% from 255) = 63.42%

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

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

R = 63.42%
G = 14.75%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7324A (or 0xD7324A) is known color: Amaranth. HEX triplet: D7, 32 and 4A. RGB value is (215,50,74). Sum of RGB (Red+Green+Blue) = 215+50+74=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7324A is #28CDB5. Grayscale: #666666. Windows color (decimal): -2674102 or 4862679. OLE color: 4862679.

HSL color Cylindrical-coordinate representation of color #D7324A: hue angle of 351.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7324A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 74 -
CMYK 0 0.77 0.66 0.16
HSL 351.27º 0.67% 0.52% -
HSV(B) 351.27º 0.77% 0.84% -
XYZ 30.4 17.22 8.2 -
YUV 102.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 215 50 74 0 0.77 0.66 0.16 351.27 0.67 0.52
Hex D7 32 4A 0 4D 42 10 15F 43 34
Octal 327 62 112 0 115 102 20 537 103 64
Binary 11010111 110010 1001010 0 1001101 1000010 10000 101011111 1000011 110100

Color Harmonies of #D7324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7324A

Black with #D7324A

Text Example


Text Example

White with #D7324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7324A; }

 p { color: rgb(215,50,74); }

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

background-color css

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

 a { background-color: rgb(215,50,74); }

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

border-color css

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

 span { border-color: rgb(215,50,74); }

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