Html Css Color HEX #D92849 Amaranth

📋 copy color: '#D92849'

red 217 ◦ green 40 ◦ blue 73

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

Shades of Amaranth #D92849

Tints of Amaranth #D92849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

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

R = 65.76%
G = 12.12%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D92849 (or 0xD92849) is known color: Amaranth. HEX triplet: D9, 28 and 49. RGB value is (217,40,73). Sum of RGB (Red+Green+Blue) = 217+40+73=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92849 is #26D7B6. Grayscale: #606060. Windows color (decimal): -2545591 or 4794585. OLE color: 4794585.

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

Color convert

RGB 217 40 73 -
CMYK 0 0.82 0.66 0.15
HSL 348.81º 0.7% 0.5% -
HSV(B) 348.81º 0.82% 0.85% -
XYZ 30.58 16.75 7.92 -
YUV 96.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 217 40 73 0 0.82 0.66 0.15 348.81 0.7 0.5
Hex D9 28 49 0 52 42 F 15D 46 32
Octal 331 50 111 0 122 102 17 535 106 62
Binary 11011001 101000 1001001 0 1010010 1000010 1111 101011101 1000110 110010

Color Harmonies of #D92849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92849

Black with #D92849

Text Example


Text Example

White with #D92849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92849; }

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

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

background-color css

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

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

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

border-color css

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

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

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