Html Css Color HEX #D9374B Amaranth

📋 copy color: '#D9374B'

red 217 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #D9374B

Tints of Amaranth #D9374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 62.54%
G = 15.85%
B = 21.61%

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

#D9374B (or 0xD9374B) is known color: Amaranth. HEX triplet: D9, 37 and 4B. RGB value is (217,55,75). Sum of RGB (Red+Green+Blue) = 217+55+75=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9374B is #26C8B4. Grayscale: #696969. Windows color (decimal): -2541749 or 4929497. OLE color: 4929497.

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

Color convert

RGB 217 55 75 -
CMYK 0 0.75 0.65 0.15
HSL 352.59º 0.68% 0.53% -
HSV(B) 352.59º 0.75% 0.85% -
XYZ 31.25 17.99 8.48 -
YUV 105.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 217 55 75 0 0.75 0.65 0.15 352.59 0.68 0.53
Hex D9 37 4B 0 4B 41 F 161 44 35
Octal 331 67 113 0 113 101 17 541 104 65
Binary 11011001 110111 1001011 0 1001011 1000001 1111 101100001 1000100 110101

Color Harmonies of #D9374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9374B

Black with #D9374B

Text Example


Text Example

White with #D9374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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