Html Css Color HEX #D6364D Amaranth

📋 copy color: '#D6364D'

red 214 ◦ green 54 ◦ blue 77

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

Shades of Amaranth #D6364D

Tints of Amaranth #D6364D

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

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

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

R = 62.03%
G = 15.65%
B = 22.32%

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

#D6364D (or 0xD6364D) is known color: Amaranth. HEX triplet: D6, 36 and 4D. RGB value is (214,54,77). Sum of RGB (Red+Green+Blue) = 214+54+77=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6364D is #29C9B2. Grayscale: #686868. Windows color (decimal): -2738611 or 5060310. OLE color: 5060310.

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

Color convert

RGB 214 54 77 -
CMYK 0 0.75 0.64 0.16
HSL 351.38º 0.66% 0.53% -
HSV(B) 351.38º 0.75% 0.84% -
XYZ 30.39 17.47 8.79 -
YUV 104.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 214 54 77 0 0.75 0.64 0.16 351.38 0.66 0.53
Hex D6 36 4D 0 4B 40 10 15F 42 35
Octal 326 66 115 0 113 100 20 537 102 65
Binary 11010110 110110 1001101 0 1001011 1000000 10000 101011111 1000010 110101

Color Harmonies of #D6364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6364D

Black with #D6364D

Text Example


Text Example

White with #D6364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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