Html Css Color HEX #D92F55 Amaranth

📋 copy color: '#D92F55'

red 217 ◦ green 47 ◦ blue 85

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

Shades of Amaranth #D92F55

Tints of Amaranth #D92F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 62.18%
G = 13.47%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92F55 (or 0xD92F55) is known color: Amaranth. HEX triplet: D9, 2F and 55. RGB value is (217,47,85). Sum of RGB (Red+Green+Blue) = 217+47+85=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F55 is #26D0AA. Grayscale: #666666. Windows color (decimal): -2543787 or 5582809. OLE color: 5582809.

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

Color convert

RGB 217 47 85 -
CMYK 0 0.78 0.61 0.15
HSL 346.59º 0.69% 0.52% -
HSV(B) 346.59º 0.78% 0.85% -
XYZ 31.27 17.44 10.31 -
YUV 102.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 217 47 85 0 0.78 0.61 0.15 346.59 0.69 0.52
Hex D9 2F 55 0 4E 3D F 15B 45 34
Octal 331 57 125 0 116 75 17 533 105 64
Binary 11011001 101111 1010101 0 1001110 111101 1111 101011011 1000101 110100

Color Harmonies of #D92F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F55

Black with #D92F55

Text Example


Text Example

White with #D92F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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