Html Css Color HEX #D6374C Amaranth

📋 copy color: '#D6374C'

red 214 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #D6374C

Tints of Amaranth #D6374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.03%

R = 62.03%
G = 15.94%
B = 22.03%

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

#D6374C (or 0xD6374C) is known color: Amaranth. HEX triplet: D6, 37 and 4C. RGB value is (214,55,76). Sum of RGB (Red+Green+Blue) = 214+55+76=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6374C is #29C8B3. Grayscale: #696969. Windows color (decimal): -2738356 or 4995030. OLE color: 4995030.

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

Color convert

RGB 214 55 76 -
CMYK 0 0.74 0.64 0.16
HSL 352.08º 0.66% 0.53% -
HSV(B) 352.08º 0.74% 0.84% -
XYZ 30.4 17.55 8.62 -
YUV 104.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 214 55 76 0 0.74 0.64 0.16 352.08 0.66 0.53
Hex D6 37 4C 0 4A 40 10 160 42 35
Octal 326 67 114 0 112 100 20 540 102 65
Binary 11010110 110111 1001100 0 1001010 1000000 10000 101100000 1000010 110101

Color Harmonies of #D6374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6374C

Black with #D6374C

Text Example


Text Example

White with #D6374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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