Html Css Color HEX #D6374D Amaranth

📋 copy color: '#D6374D'

red 214 ◦ green 55 ◦ blue 77

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

Shades of Amaranth #D6374D

Tints of Amaranth #D6374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 61.85%
G = 15.9%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6374D (or 0xD6374D) is known color: Amaranth. HEX triplet: D6, 37 and 4D. RGB value is (214,55,77). Sum of RGB (Red+Green+Blue) = 214+55+77=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6374D is #29C8B2. Grayscale: #696969. Windows color (decimal): -2738355 or 5060566. OLE color: 5060566.

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

Color convert

RGB 214 55 77 -
CMYK 0 0.74 0.64 0.16
HSL 351.7º 0.66% 0.53% -
HSV(B) 351.7º 0.74% 0.84% -
XYZ 30.44 17.56 8.81 -
YUV 105.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 214 55 77 0 0.74 0.64 0.16 351.7 0.66 0.53
Hex D6 37 4D 0 4A 40 10 160 42 35
Octal 326 67 115 0 112 100 20 540 102 65
Binary 11010110 110111 1001101 0 1001010 1000000 10000 101100000 1000010 110101

Color Harmonies of #D6374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6374D

Black with #D6374D

Text Example


Text Example

White with #D6374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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