Html Css Color HEX #D6324B Amaranth

📋 copy color: '#D6324B'

red 214 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #D6324B

Tints of Amaranth #D6324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 63.13%
G = 14.75%
B = 22.12%

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

#D6324B (or 0xD6324B) is known color: Amaranth. HEX triplet: D6, 32 and 4B. RGB value is (214,50,75). Sum of RGB (Red+Green+Blue) = 214+50+75=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6324B is #29CDB4. Grayscale: #656565. Windows color (decimal): -2739637 or 4928214. OLE color: 4928214.

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

Color convert

RGB 214 50 75 -
CMYK 0 0.77 0.65 0.16
HSL 350.85º 0.67% 0.52% -
HSV(B) 350.85º 0.77% 0.84% -
XYZ 30.14 17.09 8.37 -
YUV 101.89 112.83 207.97 -
System Red Green Blue C M Y K H S L
Decimal 214 50 75 0 0.77 0.65 0.16 350.85 0.67 0.52
Hex D6 32 4B 0 4D 41 10 15F 43 34
Octal 326 62 113 0 115 101 20 537 103 64
Binary 11010110 110010 1001011 0 1001101 1000001 10000 101011111 1000011 110100

Color Harmonies of #D6324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6324B

Black with #D6324B

Text Example


Text Example

White with #D6324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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