Html Css Color HEX #D93749 Amaranth

📋 copy color: '#D93749'

red 217 ◦ green 55 ◦ blue 73

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

Shades of Amaranth #D93749

Tints of Amaranth #D93749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 62.9%
G = 15.94%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D93749 (or 0xD93749) is known color: Amaranth. HEX triplet: D9, 37 and 49. RGB value is (217,55,73). Sum of RGB (Red+Green+Blue) = 217+55+73=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D93749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93749 is #26C8B6. Grayscale: #696969. Windows color (decimal): -2541751 or 4798425. OLE color: 4798425.

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

Color convert

RGB 217 55 73 -
CMYK 0 0.75 0.66 0.15
HSL 353.33º 0.68% 0.53% -
HSV(B) 353.33º 0.75% 0.85% -
XYZ 31.18 17.97 8.13 -
YUV 105.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 217 55 73 0 0.75 0.66 0.15 353.33 0.68 0.53
Hex D9 37 49 0 4B 42 F 161 44 35
Octal 331 67 111 0 113 102 17 541 104 65
Binary 11011001 110111 1001001 0 1001011 1000010 1111 101100001 1000100 110101

Color Harmonies of #D93749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93749

Black with #D93749

Text Example


Text Example

White with #D93749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93749; }

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

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

background-color css

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

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

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

border-color css

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

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

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