Html Css Color HEX #D83147 Amaranth

📋 copy color: '#D83147'

red 216 ◦ green 49 ◦ blue 71

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

Shades of Amaranth #D83147

Tints of Amaranth #D83147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.58%

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

R = 64.29%
G = 14.58%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D83147 (or 0xD83147) is known color: Amaranth. HEX triplet: D8, 31 and 47. RGB value is (216,49,71). Sum of RGB (Red+Green+Blue) = 216+49+71=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83147 is #27CEB8. Grayscale: #656565. Windows color (decimal): -2608825 or 4665816. OLE color: 4665816.

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

Color convert

RGB 216 49 71 -
CMYK 0 0.77 0.67 0.15
HSL 352.1º 0.68% 0.52% -
HSV(B) 352.1º 0.77% 0.85% -
XYZ 30.55 17.25 7.68 -
YUV 101.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 216 49 71 0 0.77 0.67 0.15 352.1 0.68 0.52
Hex D8 31 47 0 4D 43 F 160 44 34
Octal 330 61 107 0 115 103 17 540 104 64
Binary 11011000 110001 1000111 0 1001101 1000011 1111 101100000 1000100 110100

Color Harmonies of #D83147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83147

Black with #D83147

Text Example


Text Example

White with #D83147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83147; }

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

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

background-color css

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

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

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

border-color css

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

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

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