Html Css Color HEX #D8374F Amaranth

📋 copy color: '#D8374F'

red 216 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #D8374F

Tints of Amaranth #D8374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 61.71%
G = 15.71%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8374F (or 0xD8374F) is known color: Amaranth. HEX triplet: D8, 37 and 4F. RGB value is (216,55,79). Sum of RGB (Red+Green+Blue) = 216+55+79=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8374F is #27C8B0. Grayscale: #696969. Windows color (decimal): -2607281 or 5191640. OLE color: 5191640.

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

Color convert

RGB 216 55 79 -
CMYK 0 0.75 0.63 0.15
HSL 351.06º 0.67% 0.53% -
HSV(B) 351.06º 0.75% 0.85% -
XYZ 31.1 17.9 9.21 -
YUV 105.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 216 55 79 0 0.75 0.63 0.15 351.06 0.67 0.53
Hex D8 37 4F 0 4B 3F F 15F 43 35
Octal 330 67 117 0 113 77 17 537 103 65
Binary 11011000 110111 1001111 0 1001011 111111 1111 101011111 1000011 110101

Color Harmonies of #D8374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8374F

Black with #D8374F

Text Example


Text Example

White with #D8374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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