Html Css Color HEX #D7374C Amaranth

📋 copy color: '#D7374C'

red 215 ◦ green 55 ◦ blue 76

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

Shades of Amaranth #D7374C

Tints of Amaranth #D7374C

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

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

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

R = 62.14%
G = 15.9%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7374C (or 0xD7374C) is known color: Amaranth. HEX triplet: D7, 37 and 4C. RGB value is (215,55,76). Sum of RGB (Red+Green+Blue) = 215+55+76=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7374C is #28C8B3. Grayscale: #696969. Windows color (decimal): -2672820 or 4995031. OLE color: 4995031.

HSL color Cylindrical-coordinate representation of color #D7374C: hue angle of 352.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7374C is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 76 -
CMYK 0 0.74 0.65 0.16
HSL 352.13º 0.67% 0.53% -
HSV(B) 352.13º 0.74% 0.84% -
XYZ 30.7 17.7 8.64 -
YUV 105.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 215 55 76 0 0.74 0.65 0.16 352.13 0.67 0.53
Hex D7 37 4C 0 4A 41 10 160 43 35
Octal 327 67 114 0 112 101 20 540 103 65
Binary 11010111 110111 1001100 0 1001010 1000001 10000 101100000 1000011 110101

Color Harmonies of #D7374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7374C

Black with #D7374C

Text Example


Text Example

White with #D7374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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