Html Css Color HEX #D6354D Amaranth

📋 copy color: '#D6354D'

red 214 ◦ green 53 ◦ blue 77

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

Shades of Amaranth #D6354D

Tints of Amaranth #D6354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 62.21%
G = 15.41%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6354D (or 0xD6354D) is known color: Amaranth. HEX triplet: D6, 35 and 4D. RGB value is (214,53,77). Sum of RGB (Red+Green+Blue) = 214+53+77=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6354D is #29CAB2. Grayscale: #676767. Windows color (decimal): -2738867 or 5060054. OLE color: 5060054.

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

Color convert

RGB 214 53 77 -
CMYK 0 0.75 0.64 0.16
HSL 351.06º 0.66% 0.52% -
HSV(B) 351.06º 0.75% 0.84% -
XYZ 30.34 17.38 8.78 -
YUV 103.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 214 53 77 0 0.75 0.64 0.16 351.06 0.66 0.52
Hex D6 35 4D 0 4B 40 10 15F 42 34
Octal 326 65 115 0 113 100 20 537 102 64
Binary 11010110 110101 1001101 0 1001011 1000000 10000 101011111 1000010 110100

Color Harmonies of #D6354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6354D

Black with #D6354D

Text Example


Text Example

White with #D6354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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