Html Css Color HEX #D92449 Amaranth

📋 copy color: '#D92449'

red 217 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #D92449

Tints of Amaranth #D92449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 66.56%
G = 11.04%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92449 (or 0xD92449) is known color: Amaranth. HEX triplet: D9, 24 and 49. RGB value is (217,36,73). Sum of RGB (Red+Green+Blue) = 217+36+73=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D92449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92449 is #26DBB6. Grayscale: #5E5E5E. Windows color (decimal): -2546615 or 4793561. OLE color: 4793561.

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

Color convert

RGB 217 36 73 -
CMYK 0 0.83 0.66 0.15
HSL 347.73º 0.72% 0.5% -
HSV(B) 347.73º 0.83% 0.85% -
XYZ 30.45 16.49 7.88 -
YUV 94.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 217 36 73 0 0.83 0.66 0.15 347.73 0.72 0.5
Hex D9 24 49 0 53 42 F 15C 48 32
Octal 331 44 111 0 123 102 17 534 110 62
Binary 11011001 100100 1001001 0 1010011 1000010 1111 101011100 1001000 110010

Color Harmonies of #D92449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92449

Black with #D92449

Text Example


Text Example

White with #D92449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92449; }

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

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

background-color css

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

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

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

border-color css

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

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

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