Html Css Color HEX #D82549 Amaranth

📋 copy color: '#D82549'

red 216 ◦ green 37 ◦ blue 73

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

Shades of Amaranth #D82549

Tints of Amaranth #D82549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 66.26%
G = 11.35%
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

#D82549 (or 0xD82549) is known color: Amaranth. HEX triplet: D8, 25 and 49. RGB value is (216,37,73). Sum of RGB (Red+Green+Blue) = 216+37+73=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D82549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82549 is #27DAB6. Grayscale: #5E5E5E. Windows color (decimal): -2611895 or 4793816. OLE color: 4793816.

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

Color convert

RGB 216 37 73 -
CMYK 0 0.83 0.66 0.15
HSL 347.93º 0.71% 0.5% -
HSV(B) 347.93º 0.83% 0.85% -
XYZ 30.18 16.4 7.88 -
YUV 94.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 216 37 73 0 0.83 0.66 0.15 347.93 0.71 0.5
Hex D8 25 49 0 53 42 F 15C 47 32
Octal 330 45 111 0 123 102 17 534 107 62
Binary 11011000 100101 1001001 0 1010011 1000010 1111 101011100 1000111 110010

Color Harmonies of #D82549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82549

Black with #D82549

Text Example


Text Example

White with #D82549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82549; }

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

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

background-color css

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

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

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

border-color css

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

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

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