Html Css Color HEX #D82C49 Amaranth

📋 copy color: '#D82C49'

red 216 ◦ green 44 ◦ blue 73

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

Shades of Amaranth #D82C49

Tints of Amaranth #D82C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 64.86%
G = 13.21%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D82C49 (or 0xD82C49) is known color: Amaranth. HEX triplet: D8, 2C and 49. RGB value is (216,44,73). Sum of RGB (Red+Green+Blue) = 216+44+73=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C49 is #27D3B6. Grayscale: #626262. Windows color (decimal): -2610103 or 4795608. OLE color: 4795608.

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

Color convert

RGB 216 44 73 -
CMYK 0 0.80 0.66 0.15
HSL 349.88º 0.69% 0.51% -
HSV(B) 349.88º 0.8% 0.85% -
XYZ 30.42 16.88 7.96 -
YUV 98.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 216 44 73 0 0.80 0.66 0.15 349.88 0.69 0.51
Hex D8 2C 49 0 50 42 F 15E 45 33
Octal 330 54 111 0 120 102 17 536 105 63
Binary 11011000 101100 1001001 0 1010000 1000010 1111 101011110 1000101 110011

Color Harmonies of #D82C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C49

Black with #D82C49

Text Example


Text Example

White with #D82C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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