Html Css Color HEX #D83549 Amaranth

📋 copy color: '#D83549'

red 216 ◦ green 53 ◦ blue 73

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

Shades of Amaranth #D83549

Tints of Amaranth #D83549

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

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

R = 63.16%
G = 15.5%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83549 (or 0xD83549) is known color: Amaranth. HEX triplet: D8, 35 and 49. RGB value is (216,53,73). Sum of RGB (Red+Green+Blue) = 216+53+73=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D83549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83549 is #27CAB6. Grayscale: #686868. Windows color (decimal): -2607799 or 4797912. OLE color: 4797912.

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

Color convert

RGB 216 53 73 -
CMYK 0 0.75 0.66 0.15
HSL 352.64º 0.68% 0.53% -
HSV(B) 352.64º 0.75% 0.85% -
XYZ 30.79 17.63 8.08 -
YUV 104.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 216 53 73 0 0.75 0.66 0.15 352.64 0.68 0.53
Hex D8 35 49 0 4B 42 F 161 44 35
Octal 330 65 111 0 113 102 17 541 104 65
Binary 11011000 110101 1001001 0 1001011 1000010 1111 101100001 1000100 110101

Color Harmonies of #D83549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83549

Black with #D83549

Text Example


Text Example

White with #D83549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83549; }

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

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

background-color css

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

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

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

border-color css

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

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

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