Html Css Color HEX #D73E4C Amaranth

📋 copy color: '#D73E4C'

red 215 ◦ green 62 ◦ blue 76

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

Shades of Amaranth #D73E4C

Tints of Amaranth #D73E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 60.91%
G = 17.56%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D73E4C (or 0xD73E4C) is known color: Amaranth. HEX triplet: D7, 3E and 4C. RGB value is (215,62,76). Sum of RGB (Red+Green+Blue) = 215+62+76=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E4C is #28C1B3. Grayscale: #6D6D6D. Windows color (decimal): -2671028 or 4996823. OLE color: 4996823.

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

Color convert

RGB 215 62 76 -
CMYK 0 0.71 0.65 0.16
HSL 354.51º 0.66% 0.54% -
HSV(B) 354.51º 0.71% 0.84% -
XYZ 31.05 18.41 8.76 -
YUV 109.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 215 62 76 0 0.71 0.65 0.16 354.51 0.66 0.54
Hex D7 3E 4C 0 47 41 10 163 42 36
Octal 327 76 114 0 107 101 20 543 102 66
Binary 11010111 111110 1001100 0 1000111 1000001 10000 101100011 1000010 110110

Color Harmonies of #D73E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73E4C

Black with #D73E4C

Text Example


Text Example

White with #D73E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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