Html Css Color HEX #D92A47 Amaranth

📋 copy color: '#D92A47'

red 217 ◦ green 42 ◦ blue 71

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

Shades of Amaranth #D92A47

Tints of Amaranth #D92A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.73%

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

R = 65.76%
G = 12.73%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92A47 (or 0xD92A47) is known color: Amaranth. HEX triplet: D9, 2A and 47. RGB value is (217,42,71). Sum of RGB (Red+Green+Blue) = 217+42+71=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A47 is #26D5B8. Grayscale: #616161. Windows color (decimal): -2545081 or 4664025. OLE color: 4664025.

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

Color convert

RGB 217 42 71 -
CMYK 0 0.81 0.67 0.15
HSL 350.06º 0.7% 0.51% -
HSV(B) 350.06º 0.81% 0.85% -
XYZ 30.58 16.86 7.6 -
YUV 97.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 217 42 71 0 0.81 0.67 0.15 350.06 0.7 0.51
Hex D9 2A 47 0 51 43 F 15E 46 33
Octal 331 52 107 0 121 103 17 536 106 63
Binary 11011001 101010 1000111 0 1010001 1000011 1111 101011110 1000110 110011

Color Harmonies of #D92A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A47

Black with #D92A47

Text Example


Text Example

White with #D92A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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