Html Css Color HEX #D7364A Amaranth

📋 copy color: '#D7364A'

red 215 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #D7364A

Tints of Amaranth #D7364A

RGB

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

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

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

R = 62.68%
G = 15.74%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7364A (or 0xD7364A) is known color: Amaranth. HEX triplet: D7, 36 and 4A. RGB value is (215,54,74). Sum of RGB (Red+Green+Blue) = 215+54+74=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7364A is #28C9B5. Grayscale: #686868. Windows color (decimal): -2673078 or 4863703. OLE color: 4863703.

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

Color convert

RGB 215 54 74 -
CMYK 0 0.75 0.66 0.16
HSL 352.55º 0.67% 0.53% -
HSV(B) 352.55º 0.75% 0.84% -
XYZ 30.58 17.58 8.26 -
YUV 104.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 215 54 74 0 0.75 0.66 0.16 352.55 0.67 0.53
Hex D7 36 4A 0 4B 42 10 161 43 35
Octal 327 66 112 0 113 102 20 541 103 65
Binary 11010111 110110 1001010 0 1001011 1000010 10000 101100001 1000011 110101

Color Harmonies of #D7364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7364A

Black with #D7364A

Text Example


Text Example

White with #D7364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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