Html Css Color HEX #D82249 Amaranth

📋 copy color: '#D82249'

red 216 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #D82249

Tints of Amaranth #D82249

RGB

 RED value IS 216 (84.77% from 255) = 66.87%

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

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

R = 66.87%
G = 10.53%
B = 22.6%

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

#D82249 (or 0xD82249) is known color: Amaranth. HEX triplet: D8, 22 and 49. RGB value is (216,34,73). Sum of RGB (Red+Green+Blue) = 216+34+73=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D82249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82249 is #27DDB6. Grayscale: #5C5C5C. Windows color (decimal): -2612663 or 4793048. OLE color: 4793048.

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

Color convert

RGB 216 34 73 -
CMYK 0 0.84 0.66 0.15
HSL 347.14º 0.73% 0.49% -
HSV(B) 347.14º 0.84% 0.85% -
XYZ 30.09 16.22 7.85 -
YUV 92.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 216 34 73 0 0.84 0.66 0.15 347.14 0.73 0.49
Hex D8 22 49 0 54 42 F 15B 49 31
Octal 330 42 111 0 124 102 17 533 111 61
Binary 11011000 100010 1001001 0 1010100 1000010 1111 101011011 1001001 110001

Color Harmonies of #D82249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82249

Black with #D82249

Text Example


Text Example

White with #D82249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82249; }

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

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

background-color css

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

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

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

border-color css

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

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

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