Html Css Color HEX #D92B47 Amaranth

📋 copy color: '#D92B47'

red 217 ◦ green 43 ◦ blue 71

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

Shades of Amaranth #D92B47

Tints of Amaranth #D92B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.99%

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

R = 65.56%
G = 12.99%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D92B47 (or 0xD92B47) is known color: Amaranth. HEX triplet: D9, 2B and 47. RGB value is (217,43,71). Sum of RGB (Red+Green+Blue) = 217+43+71=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 43 (17.19% from 255 or 12.99% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B47 is #26D4B8. Grayscale: #626262. Windows color (decimal): -2544825 or 4664281. OLE color: 4664281.

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

Color convert

RGB 217 43 71 -
CMYK 0 0.80 0.67 0.15
HSL 350.34º 0.7% 0.51% -
HSV(B) 350.34º 0.8% 0.85% -
XYZ 30.62 16.93 7.62 -
YUV 98.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 217 43 71 0 0.80 0.67 0.15 350.34 0.7 0.51
Hex D9 2B 47 0 50 43 F 15E 46 33
Octal 331 53 107 0 120 103 17 536 106 63
Binary 11011001 101011 1000111 0 1010000 1000011 1111 101011110 1000110 110011

Color Harmonies of #D92B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B47

Black with #D92B47

Text Example


Text Example

White with #D92B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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