Html Css Color HEX #D5324D Amaranth

📋 copy color: '#D5324D'

red 213 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #D5324D

Tints of Amaranth #D5324D

RGB

 RED value IS 213 (83.59% from 255) = 62.65%

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

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

R = 62.65%
G = 14.71%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5324D (or 0xD5324D) is known color: Amaranth. HEX triplet: D5, 32 and 4D. RGB value is (213,50,77). Sum of RGB (Red+Green+Blue) = 213+50+77=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5324D is #2ACDB2. Grayscale: #656565. Windows color (decimal): -2805171 or 5059285. OLE color: 5059285.

HSL color Cylindrical-coordinate representation of color #D5324D: hue angle of 350.06º degrees, saturation: 0.66, 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 #D5324D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 77 -
CMYK 0 0.77 0.64 0.16
HSL 350.06º 0.66% 0.52% -
HSV(B) 350.06º 0.77% 0.84% -
XYZ 29.92 16.96 8.72 -
YUV 101.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 213 50 77 0 0.77 0.64 0.16 350.06 0.66 0.52
Hex D5 32 4D 0 4D 40 10 15E 42 34
Octal 325 62 115 0 115 100 20 536 102 64
Binary 11010101 110010 1001101 0 1001101 1000000 10000 101011110 1000010 110100

Color Harmonies of #D5324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5324D

Black with #D5324D

Text Example


Text Example

White with #D5324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5324D; }

 p { color: rgb(213,50,77); }

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

background-color css

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

 a { background-color: rgb(213,50,77); }

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

border-color css

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

 span { border-color: rgb(213,50,77); }

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