Html Css Color HEX #D82C47 Amaranth

📋 copy color: '#D82C47'

red 216 ◦ green 44 ◦ blue 71

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

Shades of Amaranth #D82C47

Tints of Amaranth #D82C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 65.26%
G = 13.29%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82C47 (or 0xD82C47) is known color: Amaranth. HEX triplet: D8, 2C and 47. RGB value is (216,44,71). Sum of RGB (Red+Green+Blue) = 216+44+71=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C47 is #27D3B8. Grayscale: #626262. Windows color (decimal): -2610105 or 4664536. OLE color: 4664536.

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

Color convert

RGB 216 44 71 -
CMYK 0 0.80 0.67 0.15
HSL 350.58º 0.69% 0.51% -
HSV(B) 350.58º 0.8% 0.85% -
XYZ 30.36 16.86 7.61 -
YUV 98.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 216 44 71 0 0.80 0.67 0.15 350.58 0.69 0.51
Hex D8 2C 47 0 50 43 F 15F 45 33
Octal 330 54 107 0 120 103 17 537 105 63
Binary 11011000 101100 1000111 0 1010000 1000011 1111 101011111 1000101 110011

Color Harmonies of #D82C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C47

Black with #D82C47

Text Example


Text Example

White with #D82C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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