Html Css Color HEX #D73652 Amaranth

📋 copy color: '#D73652'

red 215 ◦ green 54 ◦ blue 82

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

Shades of Amaranth #D73652

Tints of Amaranth #D73652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 61.25%
G = 15.38%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D73652 (or 0xD73652) is known color: Amaranth. HEX triplet: D7, 36 and 52. RGB value is (215,54,82). Sum of RGB (Red+Green+Blue) = 215+54+82=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D73652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73652 is #28C9AD. Grayscale: #696969. Windows color (decimal): -2673070 or 5387991. OLE color: 5387991.

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

Color convert

RGB 215 54 82 -
CMYK 0 0.75 0.62 0.16
HSL 349.57º 0.67% 0.53% -
HSV(B) 349.57º 0.75% 0.84% -
XYZ 30.87 17.69 9.77 -
YUV 105.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 215 54 82 0 0.75 0.62 0.16 349.57 0.67 0.53
Hex D7 36 52 0 4B 3E 10 15E 43 35
Octal 327 66 122 0 113 76 20 536 103 65
Binary 11010111 110110 1010010 0 1001011 111110 10000 101011110 1000011 110101

Color Harmonies of #D73652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73652

Black with #D73652

Text Example


Text Example

White with #D73652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73652; }

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

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

background-color css

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

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

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

border-color css

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

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

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