Html Css Color HEX #D93649 Amaranth

📋 copy color: '#D93649'

red 217 ◦ green 54 ◦ blue 73

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

Shades of Amaranth #D93649

Tints of Amaranth #D93649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

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

R = 63.08%
G = 15.7%
B = 21.22%

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

#D93649 (or 0xD93649) is known color: Amaranth. HEX triplet: D9, 36 and 49. RGB value is (217,54,73). Sum of RGB (Red+Green+Blue) = 217+54+73=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D93649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93649 is #26C9B6. Grayscale: #686868. Windows color (decimal): -2542007 or 4798169. OLE color: 4798169.

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

Color convert

RGB 217 54 73 -
CMYK 0 0.75 0.66 0.15
HSL 353.01º 0.68% 0.53% -
HSV(B) 353.01º 0.75% 0.85% -
XYZ 31.14 17.87 8.11 -
YUV 104.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 217 54 73 0 0.75 0.66 0.15 353.01 0.68 0.53
Hex D9 36 49 0 4B 42 F 161 44 35
Octal 331 66 111 0 113 102 17 541 104 65
Binary 11011001 110110 1001001 0 1001011 1000010 1111 101100001 1000100 110101

Color Harmonies of #D93649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93649

Black with #D93649

Text Example


Text Example

White with #D93649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93649; }

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

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

background-color css

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

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

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

border-color css

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

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

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