Html Css Color HEX #D8374C Amaranth

📋 copy color: '#D8374C'

red 216 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #D8374C

Tints of Amaranth #D8374C

RGB

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

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

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

R = 62.25%
G = 15.85%
B = 21.9%

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

#D8374C (or 0xD8374C) is known color: Amaranth. HEX triplet: D8, 37 and 4C. RGB value is (216,55,76). Sum of RGB (Red+Green+Blue) = 216+55+76=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8374C is #27C8B3. Grayscale: #696969. Windows color (decimal): -2607284 or 4995032. OLE color: 4995032.

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

Color convert

RGB 216 55 76 -
CMYK 0 0.75 0.65 0.15
HSL 352.17º 0.67% 0.53% -
HSV(B) 352.17º 0.75% 0.85% -
XYZ 30.99 17.85 8.65 -
YUV 105.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 216 55 76 0 0.75 0.65 0.15 352.17 0.67 0.53
Hex D8 37 4C 0 4B 41 F 160 43 35
Octal 330 67 114 0 113 101 17 540 103 65
Binary 11011000 110111 1001100 0 1001011 1000001 1111 101100000 1000011 110101

Color Harmonies of #D8374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8374C

Black with #D8374C

Text Example


Text Example

White with #D8374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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