Html Css Color HEX #D93647 Amaranth

📋 copy color: '#D93647'

red 217 ◦ green 54 ◦ blue 71

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

Shades of Amaranth #D93647

Tints of Amaranth #D93647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 63.45%
G = 15.79%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D93647 (or 0xD93647) is known color: Amaranth. HEX triplet: D9, 36 and 47. RGB value is (217,54,71). Sum of RGB (Red+Green+Blue) = 217+54+71=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D93647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93647 is #26C9B8. Grayscale: #686868. Windows color (decimal): -2542009 or 4667097. OLE color: 4667097.

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

Color convert

RGB 217 54 71 -
CMYK 0 0.75 0.67 0.15
HSL 353.74º 0.68% 0.53% -
HSV(B) 353.74º 0.75% 0.85% -
XYZ 31.07 17.84 7.77 -
YUV 104.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 217 54 71 0 0.75 0.67 0.15 353.74 0.68 0.53
Hex D9 36 47 0 4B 43 F 162 44 35
Octal 331 66 107 0 113 103 17 542 104 65
Binary 11011001 110110 1000111 0 1001011 1000011 1111 101100010 1000100 110101

Color Harmonies of #D93647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93647

Black with #D93647

Text Example


Text Example

White with #D93647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93647; }

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

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

background-color css

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

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

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

border-color css

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

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

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