Html Css Color HEX #D8374A Amaranth

📋 copy color: '#D8374A'

red 216 ◦ green 55 ◦ blue 74

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

Shades of Amaranth #D8374A

Tints of Amaranth #D8374A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 62.61%
G = 15.94%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8374A (or 0xD8374A) is known color: Amaranth. HEX triplet: D8, 37 and 4A. RGB value is (216,55,74). Sum of RGB (Red+Green+Blue) = 216+55+74=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8374A is #27C8B5. Grayscale: #696969. Windows color (decimal): -2607286 or 4863960. OLE color: 4863960.

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

Color convert

RGB 216 55 74 -
CMYK 0 0.75 0.66 0.15
HSL 352.92º 0.67% 0.53% -
HSV(B) 352.92º 0.75% 0.85% -
XYZ 30.92 17.83 8.29 -
YUV 105.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 216 55 74 0 0.75 0.66 0.15 352.92 0.67 0.53
Hex D8 37 4A 0 4B 42 F 161 43 35
Octal 330 67 112 0 113 102 17 541 103 65
Binary 11011000 110111 1001010 0 1001011 1000010 1111 101100001 1000011 110101

Color Harmonies of #D8374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8374A

Black with #D8374A

Text Example


Text Example

White with #D8374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8374A; }

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

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

background-color css

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

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

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

border-color css

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

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

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