Html Css Color HEX #D73553 Amaranth

📋 copy color: '#D73553'

red 215 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #D73553

Tints of Amaranth #D73553

RGB

 RED value IS 215 (84.38% from 255) = 61.25%

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

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 61.25%
G = 15.1%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73553 (or 0xD73553) is known color: Amaranth. HEX triplet: D7, 35 and 53. RGB value is (215,53,83). Sum of RGB (Red+Green+Blue) = 215+53+83=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D73553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73553 is #28CAAC. Grayscale: #686868. Windows color (decimal): -2673325 or 5453271. OLE color: 5453271.

HSL color Cylindrical-coordinate representation of color #D73553: hue angle of 348.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D73553 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 83 -
CMYK 0 0.75 0.61 0.16
HSL 348.89º 0.67% 0.53% -
HSV(B) 348.89º 0.75% 0.84% -
XYZ 30.86 17.62 9.96 -
YUV 104.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 215 53 83 0 0.75 0.61 0.16 348.89 0.67 0.53
Hex D7 35 53 0 4B 3D 10 15D 43 35
Octal 327 65 123 0 113 75 20 535 103 65
Binary 11010111 110101 1010011 0 1001011 111101 10000 101011101 1000011 110101

Color Harmonies of #D73553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73553

Black with #D73553

Text Example


Text Example

White with #D73553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73553; }

 p { color: rgb(215,53,83); }

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

background-color css

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

 a { background-color: rgb(215,53,83); }

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

border-color css

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

 span { border-color: rgb(215,53,83); }

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