Html Css Color HEX #D92149 Amaranth

📋 copy color: '#D92149'

red 217 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #D92149

Tints of Amaranth #D92149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.22%

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

R = 67.18%
G = 10.22%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92149 (or 0xD92149) is known color: Amaranth. HEX triplet: D9, 21 and 49. RGB value is (217,33,73). Sum of RGB (Red+Green+Blue) = 217+33+73=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D92149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92149 is #26DEB6. Grayscale: #5C5C5C. Windows color (decimal): -2547383 or 4792793. OLE color: 4792793.

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

Color convert

RGB 217 33 73 -
CMYK 0 0.85 0.66 0.15
HSL 346.96º 0.74% 0.49% -
HSV(B) 346.96º 0.85% 0.85% -
XYZ 30.36 16.32 7.85 -
YUV 92.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 217 33 73 0 0.85 0.66 0.15 346.96 0.74 0.49
Hex D9 21 49 0 55 42 F 15B 4A 31
Octal 331 41 111 0 125 102 17 533 112 61
Binary 11011001 100001 1001001 0 1010101 1000010 1111 101011011 1001010 110001

Color Harmonies of #D92149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92149

Black with #D92149

Text Example


Text Example

White with #D92149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92149; }

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

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

background-color css

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

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

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

border-color css

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

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

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