Html Css Color HEX #D82547 Amaranth

📋 copy color: '#D82547'

red 216 ◦ green 37 ◦ blue 71

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

Shades of Amaranth #D82547

Tints of Amaranth #D82547

RGB

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

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

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

R = 66.67%
G = 11.42%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82547 (or 0xD82547) is known color: Amaranth. HEX triplet: D8, 25 and 47. RGB value is (216,37,71). Sum of RGB (Red+Green+Blue) = 216+37+71=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D82547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82547 is #27DAB8. Grayscale: #5E5E5E. Windows color (decimal): -2611897 or 4662744. OLE color: 4662744.

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

Color convert

RGB 216 37 71 -
CMYK 0 0.83 0.67 0.15
HSL 348.6º 0.71% 0.5% -
HSV(B) 348.6º 0.83% 0.85% -
XYZ 30.12 16.38 7.53 -
YUV 94.4 114.8 214.74 -
System Red Green Blue C M Y K H S L
Decimal 216 37 71 0 0.83 0.67 0.15 348.6 0.71 0.5
Hex D8 25 47 0 53 43 F 15D 47 32
Octal 330 45 107 0 123 103 17 535 107 62
Binary 11011000 100101 1000111 0 1010011 1000011 1111 101011101 1000111 110010

Color Harmonies of #D82547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82547

Black with #D82547

Text Example


Text Example

White with #D82547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82547; }

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

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

background-color css

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

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

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

border-color css

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

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

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