Html Css Color HEX #D6324D Amaranth

📋 copy color: '#D6324D'

red 214 ◦ green 50 ◦ blue 77

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

Shades of Amaranth #D6324D

Tints of Amaranth #D6324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 62.76%
G = 14.66%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6324D (or 0xD6324D) is known color: Amaranth. HEX triplet: D6, 32 and 4D. RGB value is (214,50,77). Sum of RGB (Red+Green+Blue) = 214+50+77=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6324D is #29CDB2. Grayscale: #666666. Windows color (decimal): -2739635 or 5059286. OLE color: 5059286.

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

Color convert

RGB 214 50 77 -
CMYK 0 0.77 0.64 0.16
HSL 350.12º 0.67% 0.52% -
HSV(B) 350.12º 0.77% 0.84% -
XYZ 30.21 17.11 8.73 -
YUV 102.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 214 50 77 0 0.77 0.64 0.16 350.12 0.67 0.52
Hex D6 32 4D 0 4D 40 10 15E 43 34
Octal 326 62 115 0 115 100 20 536 103 64
Binary 11010110 110010 1001101 0 1001101 1000000 10000 101011110 1000011 110100

Color Harmonies of #D6324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6324D

Black with #D6324D

Text Example


Text Example

White with #D6324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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