Html Css Color HEX #D8354E Amaranth

📋 copy color: '#D8354E'

red 216 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #D8354E

Tints of Amaranth #D8354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.48%

R = 62.25%
G = 15.27%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8354E (or 0xD8354E) is known color: Amaranth. HEX triplet: D8, 35 and 4E. RGB value is (216,53,78). Sum of RGB (Red+Green+Blue) = 216+53+78=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8354E is #27CAB1. Grayscale: #686868. Windows color (decimal): -2607794 or 5125592. OLE color: 5125592.

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

Color convert

RGB 216 53 78 -
CMYK 0 0.75 0.64 0.15
HSL 350.8º 0.68% 0.53% -
HSV(B) 350.8º 0.75% 0.85% -
XYZ 30.97 17.7 8.99 -
YUV 104.59 113 207.47 -
System Red Green Blue C M Y K H S L
Decimal 216 53 78 0 0.75 0.64 0.15 350.8 0.68 0.53
Hex D8 35 4E 0 4B 40 F 15F 44 35
Octal 330 65 116 0 113 100 17 537 104 65
Binary 11011000 110101 1001110 0 1001011 1000000 1111 101011111 1000100 110101

Color Harmonies of #D8354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8354E

Black with #D8354E

Text Example


Text Example

White with #D8354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8354E; }

 p { color: rgb(216,53,78); }

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

background-color css

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

 a { background-color: rgb(216,53,78); }

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

border-color css

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

 span { border-color: rgb(216,53,78); }

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