Html Css Color HEX #D92249 Amaranth

📋 copy color: '#D92249'

red 217 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #D92249

Tints of Amaranth #D92249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

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

R = 66.98%
G = 10.49%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92249 (or 0xD92249) is known color: Amaranth. HEX triplet: D9, 22 and 49. RGB value is (217,34,73). Sum of RGB (Red+Green+Blue) = 217+34+73=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92249 is #26DDB6. Grayscale: #5D5D5D. Windows color (decimal): -2547127 or 4793049. OLE color: 4793049.

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

Color convert

RGB 217 34 73 -
CMYK 0 0.84 0.66 0.15
HSL 347.21º 0.73% 0.49% -
HSV(B) 347.21º 0.84% 0.85% -
XYZ 30.39 16.38 7.86 -
YUV 93.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 217 34 73 0 0.84 0.66 0.15 347.21 0.73 0.49
Hex D9 22 49 0 54 42 F 15B 49 31
Octal 331 42 111 0 124 102 17 533 111 61
Binary 11011001 100010 1001001 0 1010100 1000010 1111 101011011 1001001 110001

Color Harmonies of #D92249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92249

Black with #D92249

Text Example


Text Example

White with #D92249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92249; }

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

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

background-color css

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

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

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

border-color css

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

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

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