Html Css Color HEX #D6374E Amaranth

📋 copy color: '#D6374E'

red 214 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #D6374E

Tints of Amaranth #D6374E

RGB

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

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

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

R = 61.67%
G = 15.85%
B = 22.48%

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

#D6374E (or 0xD6374E) is known color: Amaranth. HEX triplet: D6, 37 and 4E. RGB value is (214,55,78). Sum of RGB (Red+Green+Blue) = 214+55+78=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6374E is #29C8B1. Grayscale: #696969. Windows color (decimal): -2738354 or 5126102. OLE color: 5126102.

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

Color convert

RGB 214 55 78 -
CMYK 0 0.74 0.64 0.16
HSL 351.32º 0.66% 0.53% -
HSV(B) 351.32º 0.74% 0.84% -
XYZ 30.47 17.58 8.99 -
YUV 105.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 214 55 78 0 0.74 0.64 0.16 351.32 0.66 0.53
Hex D6 37 4E 0 4A 40 10 15F 42 35
Octal 326 67 116 0 112 100 20 537 102 65
Binary 11010110 110111 1001110 0 1001010 1000000 10000 101011111 1000010 110101

Color Harmonies of #D6374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6374E

Black with #D6374E

Text Example


Text Example

White with #D6374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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