Html Css Color HEX #D92E47 Amaranth

📋 copy color: '#D92E47'

red 217 ◦ green 46 ◦ blue 71

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

Shades of Amaranth #D92E47

Tints of Amaranth #D92E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

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

R = 64.97%
G = 13.77%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92E47 (or 0xD92E47) is known color: Amaranth. HEX triplet: D9, 2E and 47. RGB value is (217,46,71). Sum of RGB (Red+Green+Blue) = 217+46+71=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92E47 is #26D1B8. Grayscale: #646464. Windows color (decimal): -2544057 or 4665049. OLE color: 4665049.

HSL color Cylindrical-coordinate representation of color #D92E47: hue angle of 351.23º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92E47 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 46 71 -
CMYK 0 0.79 0.67 0.15
HSL 351.23º 0.69% 0.52% -
HSV(B) 351.23º 0.79% 0.85% -
XYZ 30.73 17.16 7.65 -
YUV 99.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 217 46 71 0 0.79 0.67 0.15 351.23 0.69 0.52
Hex D9 2E 47 0 4F 43 F 15F 45 34
Octal 331 56 107 0 117 103 17 537 105 64
Binary 11011001 101110 1000111 0 1001111 1000011 1111 101011111 1000101 110100

Color Harmonies of #D92E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92E47

Black with #D92E47

Text Example


Text Example

White with #D92E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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