Html Css Color HEX #D9374F Amaranth

📋 copy color: '#D9374F'

red 217 ◦ green 55 ◦ blue 79

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

Shades of Amaranth #D9374F

Tints of Amaranth #D9374F

RGB

 RED value IS 217 (85.16% from 255) = 61.82%

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

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

R = 61.82%
G = 15.67%
B = 22.51%

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

#D9374F (or 0xD9374F) is known color: Amaranth. HEX triplet: D9, 37 and 4F. RGB value is (217,55,79). Sum of RGB (Red+Green+Blue) = 217+55+79=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9374F is #26C8B0. Grayscale: #6A6A6A. Windows color (decimal): -2541745 or 5191641. OLE color: 5191641.

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

Color convert

RGB 217 55 79 -
CMYK 0 0.75 0.64 0.15
HSL 351.11º 0.68% 0.53% -
HSV(B) 351.11º 0.75% 0.85% -
XYZ 31.39 18.05 9.23 -
YUV 106.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 217 55 79 0 0.75 0.64 0.15 351.11 0.68 0.53
Hex D9 37 4F 0 4B 40 F 15F 44 35
Octal 331 67 117 0 113 100 17 537 104 65
Binary 11011001 110111 1001111 0 1001011 1000000 1111 101011111 1000100 110101

Color Harmonies of #D9374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9374F

Black with #D9374F

Text Example


Text Example

White with #D9374F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9374F; }

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

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

background-color css

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

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

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

border-color css

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

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

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