Html Css Color HEX #D7364C Amaranth

📋 copy color: '#D7364C'

red 215 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #D7364C

Tints of Amaranth #D7364C

RGB

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

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

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

R = 62.32%
G = 15.65%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7364C (or 0xD7364C) is known color: Amaranth. HEX triplet: D7, 36 and 4C. RGB value is (215,54,76). Sum of RGB (Red+Green+Blue) = 215+54+76=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7364C is #28C9B3. Grayscale: #686868. Windows color (decimal): -2673076 or 4994775. OLE color: 4994775.

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

Color convert

RGB 215 54 76 -
CMYK 0 0.75 0.65 0.16
HSL 351.8º 0.67% 0.53% -
HSV(B) 351.8º 0.75% 0.84% -
XYZ 30.65 17.61 8.62 -
YUV 104.65 111.84 206.71 -
System Red Green Blue C M Y K H S L
Decimal 215 54 76 0 0.75 0.65 0.16 351.8 0.67 0.53
Hex D7 36 4C 0 4B 41 10 160 43 35
Octal 327 66 114 0 113 101 20 540 103 65
Binary 11010111 110110 1001100 0 1001011 1000001 10000 101100000 1000011 110101

Color Harmonies of #D7364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7364C

Black with #D7364C

Text Example


Text Example

White with #D7364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7364C; }

 p { color: rgb(215,54,76); }

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

background-color css

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

 a { background-color: rgb(215,54,76); }

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

border-color css

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

 span { border-color: rgb(215,54,76); }

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