Html Css Color HEX #D7314C Amaranth

📋 copy color: '#D7314C'

red 215 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #D7314C

Tints of Amaranth #D7314C

RGB

 RED value IS 215 (84.38% from 255) = 63.24%

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 63.24%
G = 14.41%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7314C (or 0xD7314C) is known color: Amaranth. HEX triplet: D7, 31 and 4C. RGB value is (215,49,76). Sum of RGB (Red+Green+Blue) = 215+49+76=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7314C is #28CEB3. Grayscale: #656565. Windows color (decimal): -2674356 or 4993495. OLE color: 4993495.

HSL color Cylindrical-coordinate representation of color #D7314C: hue angle of 350.24º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7314C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 76 -
CMYK 0 0.77 0.65 0.16
HSL 350.24º 0.67% 0.52% -
HSV(B) 350.24º 0.77% 0.84% -
XYZ 30.43 17.17 8.55 -
YUV 101.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 215 49 76 0 0.77 0.65 0.16 350.24 0.67 0.52
Hex D7 31 4C 0 4D 41 10 15E 43 34
Octal 327 61 114 0 115 101 20 536 103 64
Binary 11010111 110001 1001100 0 1001101 1000001 10000 101011110 1000011 110100

Color Harmonies of #D7314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7314C

Black with #D7314C

Text Example


Text Example

White with #D7314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7314C; }

 p { color: rgb(215,49,76); }

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

background-color css

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

 a { background-color: rgb(215,49,76); }

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

border-color css

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

 span { border-color: rgb(215,49,76); }

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