Html Css Color HEX #D5364D Amaranth

📋 copy color: '#D5364D'

red 213 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #D5364D

Tints of Amaranth #D5364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 61.92%
G = 15.7%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5364D (or 0xD5364D) is known color: Amaranth. HEX triplet: D5, 36 and 4D. RGB value is (213,54,77). Sum of RGB (Red+Green+Blue) = 213+54+77=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5364D is #2AC9B2. Grayscale: #686868. Windows color (decimal): -2804147 or 5060309. OLE color: 5060309.

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

Color convert

RGB 213 54 77 -
CMYK 0 0.75 0.64 0.16
HSL 351.32º 0.65% 0.52% -
HSV(B) 351.32º 0.75% 0.84% -
XYZ 30.1 17.32 8.78 -
YUV 104.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 213 54 77 0 0.75 0.64 0.16 351.32 0.65 0.52
Hex D5 36 4D 0 4B 40 10 15F 41 34
Octal 325 66 115 0 113 100 20 537 101 64
Binary 11010101 110110 1001101 0 1001011 1000000 10000 101011111 1000001 110100

Color Harmonies of #D5364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5364D

Black with #D5364D

Text Example


Text Example

White with #D5364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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