Html Css Color HEX #D82747 Amaranth

📋 copy color: '#D82747'

red 216 ◦ green 39 ◦ blue 71

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

Shades of Amaranth #D82747

Tints of Amaranth #D82747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 66.26%
G = 11.96%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82747 (or 0xD82747) is known color: Amaranth. HEX triplet: D8, 27 and 47. RGB value is (216,39,71). Sum of RGB (Red+Green+Blue) = 216+39+71=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D82747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82747 is #27D8B8. Grayscale: #5F5F5F. Windows color (decimal): -2611385 or 4663256. OLE color: 4663256.

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

Color convert

RGB 216 39 71 -
CMYK 0 0.82 0.67 0.15
HSL 349.15º 0.69% 0.5% -
HSV(B) 349.15º 0.82% 0.85% -
XYZ 30.18 16.5 7.56 -
YUV 95.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 216 39 71 0 0.82 0.67 0.15 349.15 0.69 0.5
Hex D8 27 47 0 52 43 F 15D 45 32
Octal 330 47 107 0 122 103 17 535 105 62
Binary 11011000 100111 1000111 0 1010010 1000011 1111 101011101 1000101 110010

Color Harmonies of #D82747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82747

Black with #D82747

Text Example


Text Example

White with #D82747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82747; }

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

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

background-color css

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

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

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

border-color css

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

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

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