Html Css Color HEX #D63E4E Amaranth

📋 copy color: '#D63E4E'

red 214 ◦ green 62 ◦ blue 78

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

Shades of Amaranth #D63E4E

Tints of Amaranth #D63E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.03%

R = 60.45%
G = 17.51%
B = 22.03%

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

#D63E4E (or 0xD63E4E) is known color: Amaranth. HEX triplet: D6, 3E and 4E. RGB value is (214,62,78). Sum of RGB (Red+Green+Blue) = 214+62+78=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E4E is #29C1B1. Grayscale: #6D6D6D. Windows color (decimal): -2736562 or 5127894. OLE color: 5127894.

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

Color convert

RGB 214 62 78 -
CMYK 0 0.71 0.64 0.16
HSL 353.68º 0.65% 0.54% -
HSV(B) 353.68º 0.71% 0.84% -
XYZ 30.83 18.29 9.11 -
YUV 109.27 110.36 202.7 -
System Red Green Blue C M Y K H S L
Decimal 214 62 78 0 0.71 0.64 0.16 353.68 0.65 0.54
Hex D6 3E 4E 0 47 40 10 162 41 36
Octal 326 76 116 0 107 100 20 542 101 66
Binary 11010110 111110 1001110 0 1000111 1000000 10000 101100010 1000001 110110

Color Harmonies of #D63E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E4E

Black with #D63E4E

Text Example


Text Example

White with #D63E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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