Html Css Color HEX #D8364C Amaranth

📋 copy color: '#D8364C'

red 216 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #D8364C

Tints of Amaranth #D8364C

RGB

 RED value IS 216 (84.77% from 255) = 62.43%

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 62.43%
G = 15.61%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8364C (or 0xD8364C) is known color: Amaranth. HEX triplet: D8, 36 and 4C. RGB value is (216,54,76). Sum of RGB (Red+Green+Blue) = 216+54+76=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8364C is #27C9B3. Grayscale: #696969. Windows color (decimal): -2607540 or 4994776. OLE color: 4994776.

HSL color Cylindrical-coordinate representation of color #D8364C: hue angle of 351.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8364C is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 76 -
CMYK 0 0.75 0.65 0.15
HSL 351.85º 0.68% 0.53% -
HSV(B) 351.85º 0.75% 0.85% -
XYZ 30.94 17.76 8.63 -
YUV 104.95 111.67 207.21 -
System Red Green Blue C M Y K H S L
Decimal 216 54 76 0 0.75 0.65 0.15 351.85 0.68 0.53
Hex D8 36 4C 0 4B 41 F 160 44 35
Octal 330 66 114 0 113 101 17 540 104 65
Binary 11011000 110110 1001100 0 1001011 1000001 1111 101100000 1000100 110101

Color Harmonies of #D8364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8364C

Black with #D8364C

Text Example


Text Example

White with #D8364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8364C; }

 p { color: rgb(216,54,76); }

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

background-color css

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

 a { background-color: rgb(216,54,76); }

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

border-color css

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

 span { border-color: rgb(216,54,76); }

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