Html Css Color HEX #D82D47 Amaranth

📋 copy color: '#D82D47'

red 216 ◦ green 45 ◦ blue 71

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

Shades of Amaranth #D82D47

Tints of Amaranth #D82D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 65.06%
G = 13.55%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82D47 (or 0xD82D47) is known color: Amaranth. HEX triplet: D8, 2D and 47. RGB value is (216,45,71). Sum of RGB (Red+Green+Blue) = 216+45+71=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D47 is #27D2B8. Grayscale: #636363. Windows color (decimal): -2609849 or 4664792. OLE color: 4664792.

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

Color convert

RGB 216 45 71 -
CMYK 0 0.79 0.67 0.15
HSL 350.88º 0.69% 0.51% -
HSV(B) 350.88º 0.79% 0.85% -
XYZ 30.39 16.93 7.63 -
YUV 99.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 216 45 71 0 0.79 0.67 0.15 350.88 0.69 0.51
Hex D8 2D 47 0 4F 43 F 15F 45 33
Octal 330 55 107 0 117 103 17 537 105 63
Binary 11011000 101101 1000111 0 1001111 1000011 1111 101011111 1000101 110011

Color Harmonies of #D82D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D47

Black with #D82D47

Text Example


Text Example

White with #D82D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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