Html Css Color HEX #D92F49 Amaranth

📋 copy color: '#D92F49'

red 217 ◦ green 47 ◦ blue 73

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

Shades of Amaranth #D92F49

Tints of Amaranth #D92F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 64.39%
G = 13.95%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92F49 (or 0xD92F49) is known color: Amaranth. HEX triplet: D9, 2F and 49. RGB value is (217,47,73). Sum of RGB (Red+Green+Blue) = 217+47+73=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F49 is #26D0B6. Grayscale: #646464. Windows color (decimal): -2543799 or 4796377. OLE color: 4796377.

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

Color convert

RGB 217 47 73 -
CMYK 0 0.78 0.66 0.15
HSL 350.82º 0.69% 0.52% -
HSV(B) 350.82º 0.78% 0.85% -
XYZ 30.83 17.27 8.01 -
YUV 100.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 217 47 73 0 0.78 0.66 0.15 350.82 0.69 0.52
Hex D9 2F 49 0 4E 42 F 15F 45 34
Octal 331 57 111 0 116 102 17 537 105 64
Binary 11011001 101111 1001001 0 1001110 1000010 1111 101011111 1000101 110100

Color Harmonies of #D92F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F49

Black with #D92F49

Text Example


Text Example

White with #D92F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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