Html Css Color HEX #D73752 Amaranth

📋 copy color: '#D73752'

red 215 ◦ green 55 ◦ blue 82

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

Shades of Amaranth #D73752

Tints of Amaranth #D73752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 61.08%
G = 15.63%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D73752 (or 0xD73752) is known color: Amaranth. HEX triplet: D7, 37 and 52. RGB value is (215,55,82). Sum of RGB (Red+Green+Blue) = 215+55+82=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D73752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73752 is #28C8AD. Grayscale: #696969. Windows color (decimal): -2672814 or 5388247. OLE color: 5388247.

HSL color Cylindrical-coordinate representation of color #D73752: hue angle of 349.88º 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 #D73752 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 55 82 -
CMYK 0 0.74 0.62 0.16
HSL 349.88º 0.67% 0.53% -
HSV(B) 349.88º 0.74% 0.84% -
XYZ 30.91 17.79 9.79 -
YUV 105.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 215 55 82 0 0.74 0.62 0.16 349.88 0.67 0.53
Hex D7 37 52 0 4A 3E 10 15E 43 35
Octal 327 67 122 0 112 76 20 536 103 65
Binary 11010111 110111 1010010 0 1001010 111110 10000 101011110 1000011 110101

Color Harmonies of #D73752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73752

Black with #D73752

Text Example


Text Example

White with #D73752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73752; }

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

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

background-color css

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

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

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

border-color css

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

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

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