Html Css Color HEX #D4314D Amaranth

📋 copy color: '#D4314D'

red 212 ◦ green 49 ◦ blue 77

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

Shades of Amaranth #D4314D

Tints of Amaranth #D4314D

RGB

 RED value IS 212 (83.2% from 255) = 62.72%

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

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

R = 62.72%
G = 14.5%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4314D (or 0xD4314D) is known color: Amaranth. HEX triplet: D4, 31 and 4D. RGB value is (212,49,77). Sum of RGB (Red+Green+Blue) = 212+49+77=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D4314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4314D is #2BCEB2. Grayscale: #646464. Windows color (decimal): -2870963 or 5059028. OLE color: 5059028.

HSL color Cylindrical-coordinate representation of color #D4314D: hue angle of 349.69º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4314D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 49 77 -
CMYK 0 0.77 0.64 0.17
HSL 349.69º 0.65% 0.51% -
HSV(B) 349.69º 0.77% 0.83% -
XYZ 29.59 16.73 8.69 -
YUV 100.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 212 49 77 0 0.77 0.64 0.17 349.69 0.65 0.51
Hex D4 31 4D 0 4D 40 11 15E 41 33
Octal 324 61 115 0 115 100 21 536 101 63
Binary 11010100 110001 1001101 0 1001101 1000000 10001 101011110 1000001 110011

Color Harmonies of #D4314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4314D

Black with #D4314D

Text Example


Text Example

White with #D4314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4314D; }

 p { color: rgb(212,49,77); }

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

background-color css

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

 a { background-color: rgb(212,49,77); }

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

border-color css

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

 span { border-color: rgb(212,49,77); }

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