Html Css Color HEX #D83849 Amaranth

📋 copy color: '#D83849'

red 216 ◦ green 56 ◦ blue 73

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

Shades of Amaranth #D83849

Tints of Amaranth #D83849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 62.61%
G = 16.23%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83849 (or 0xD83849) is known color: Amaranth. HEX triplet: D8, 38 and 49. RGB value is (216,56,73). Sum of RGB (Red+Green+Blue) = 216+56+73=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D83849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83849 is #27C7B6. Grayscale: #696969. Windows color (decimal): -2607031 or 4798680. OLE color: 4798680.

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

Color convert

RGB 216 56 73 -
CMYK 0 0.74 0.66 0.15
HSL 353.63º 0.67% 0.53% -
HSV(B) 353.63º 0.74% 0.85% -
XYZ 30.94 17.91 8.13 -
YUV 105.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 216 56 73 0 0.74 0.66 0.15 353.63 0.67 0.53
Hex D8 38 49 0 4A 42 F 162 43 35
Octal 330 70 111 0 112 102 17 542 103 65
Binary 11011000 111000 1001001 0 1001010 1000010 1111 101100010 1000011 110101

Color Harmonies of #D83849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83849

Black with #D83849

Text Example


Text Example

White with #D83849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83849; }

 p { color: rgb(216,56,73); }

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

background-color css

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

 a { background-color: rgb(216,56,73); }

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

border-color css

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

 span { border-color: rgb(216,56,73); }

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