Html Css Color HEX #D63E4D Amaranth

📋 copy color: '#D63E4D'

red 214 ◦ green 62 ◦ blue 77

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

Shades of Amaranth #D63E4D

Tints of Amaranth #D63E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 60.62%
G = 17.56%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D63E4D (or 0xD63E4D) is known color: Amaranth. HEX triplet: D6, 3E and 4D. RGB value is (214,62,77). Sum of RGB (Red+Green+Blue) = 214+62+77=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E4D is #29C1B2. Grayscale: #6D6D6D. Windows color (decimal): -2736563 or 5062358. OLE color: 5062358.

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

Color convert

RGB 214 62 77 -
CMYK 0 0.71 0.64 0.16
HSL 354.08º 0.65% 0.54% -
HSV(B) 354.08º 0.71% 0.84% -
XYZ 30.79 18.28 8.93 -
YUV 109.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 214 62 77 0 0.71 0.64 0.16 354.08 0.65 0.54
Hex D6 3E 4D 0 47 40 10 162 41 36
Octal 326 76 115 0 107 100 20 542 101 66
Binary 11010110 111110 1001101 0 1000111 1000000 10000 101100010 1000001 110110

Color Harmonies of #D63E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E4D

Black with #D63E4D

Text Example


Text Example

White with #D63E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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