Html Css Color HEX #D8374E Amaranth

📋 copy color: '#D8374E'

red 216 ◦ green 55 ◦ blue 78

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

Shades of Amaranth #D8374E

Tints of Amaranth #D8374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.76%

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

R = 61.89%
G = 15.76%
B = 22.35%

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

#D8374E (or 0xD8374E) is known color: Amaranth. HEX triplet: D8, 37 and 4E. RGB value is (216,55,78). Sum of RGB (Red+Green+Blue) = 216+55+78=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8374E is #27C8B1. Grayscale: #696969. Windows color (decimal): -2607282 or 5126104. OLE color: 5126104.

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

Color convert

RGB 216 55 78 -
CMYK 0 0.75 0.64 0.15
HSL 351.43º 0.67% 0.53% -
HSV(B) 351.43º 0.75% 0.85% -
XYZ 31.06 17.88 9.02 -
YUV 105.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 216 55 78 0 0.75 0.64 0.15 351.43 0.67 0.53
Hex D8 37 4E 0 4B 40 F 15F 43 35
Octal 330 67 116 0 113 100 17 537 103 65
Binary 11011000 110111 1001110 0 1001011 1000000 1111 101011111 1000011 110101

Color Harmonies of #D8374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8374E

Black with #D8374E

Text Example


Text Example

White with #D8374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8374E; }

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

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

background-color css

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

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

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

border-color css

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

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

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