Html Css Color HEX #D92B55 Amaranth

📋 copy color: '#D92B55'

red 217 ◦ green 43 ◦ blue 85

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

Shades of Amaranth #D92B55

Tints of Amaranth #D92B55

RGB

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

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

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

R = 62.9%
G = 12.46%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92B55 (or 0xD92B55) is known color: Amaranth. HEX triplet: D9, 2B and 55. RGB value is (217,43,85). Sum of RGB (Red+Green+Blue) = 217+43+85=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B55 is #26D4AA. Grayscale: #636363. Windows color (decimal): -2544811 or 5581785. OLE color: 5581785.

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

Color convert

RGB 217 43 85 -
CMYK 0 0.80 0.61 0.15
HSL 345.52º 0.7% 0.51% -
HSV(B) 345.52º 0.8% 0.85% -
XYZ 31.12 17.14 10.26 -
YUV 99.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 217 43 85 0 0.80 0.61 0.15 345.52 0.7 0.51
Hex D9 2B 55 0 50 3D F 15A 46 33
Octal 331 53 125 0 120 75 17 532 106 63
Binary 11011001 101011 1010101 0 1010000 111101 1111 101011010 1000110 110011

Color Harmonies of #D92B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B55

Black with #D92B55

Text Example


Text Example

White with #D92B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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