Html Css Color HEX #D73753 Amaranth

📋 copy color: '#D73753'

red 215 ◦ green 55 ◦ blue 83

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

Shades of Amaranth #D73753

Tints of Amaranth #D73753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

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

R = 60.91%
G = 15.58%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73753 (or 0xD73753) is known color: Amaranth. HEX triplet: D7, 37 and 53. RGB value is (215,55,83). Sum of RGB (Red+Green+Blue) = 215+55+83=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73753 is #28C8AC. Grayscale: #6A6A6A. Windows color (decimal): -2672813 or 5453783. OLE color: 5453783.

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

Color convert

RGB 215 55 83 -
CMYK 0 0.74 0.61 0.16
HSL 349.5º 0.67% 0.53% -
HSV(B) 349.5º 0.74% 0.84% -
XYZ 30.95 17.8 9.99 -
YUV 106.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 215 55 83 0 0.74 0.61 0.16 349.5 0.67 0.53
Hex D7 37 53 0 4A 3D 10 15E 43 35
Octal 327 67 123 0 112 75 20 536 103 65
Binary 11010111 110111 1010011 0 1001010 111101 10000 101011110 1000011 110101

Color Harmonies of #D73753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73753

Black with #D73753

Text Example


Text Example

White with #D73753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73753; }

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

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

background-color css

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

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

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

border-color css

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

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

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