Html Css Color HEX #D6394D Amaranth

📋 copy color: '#D6394D'

red 214 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #D6394D

Tints of Amaranth #D6394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.38%

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

R = 61.49%
G = 16.38%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6394D (or 0xD6394D) is known color: Amaranth. HEX triplet: D6, 39 and 4D. RGB value is (214,57,77). Sum of RGB (Red+Green+Blue) = 214+57+77=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6394D is #29C6B2. Grayscale: #6A6A6A. Windows color (decimal): -2737843 or 5061078. OLE color: 5061078.

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

Color convert

RGB 214 57 77 -
CMYK 0 0.73 0.64 0.16
HSL 352.36º 0.66% 0.53% -
HSV(B) 352.36º 0.73% 0.84% -
XYZ 30.53 17.76 8.84 -
YUV 106.22 111.51 204.87 -
System Red Green Blue C M Y K H S L
Decimal 214 57 77 0 0.73 0.64 0.16 352.36 0.66 0.53
Hex D6 39 4D 0 49 40 10 160 42 35
Octal 326 71 115 0 111 100 20 540 102 65
Binary 11010110 111001 1001101 0 1001001 1000000 10000 101100000 1000010 110101

Color Harmonies of #D6394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6394D

Black with #D6394D

Text Example


Text Example

White with #D6394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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