Html Css Color HEX #D73650 Amaranth

📋 copy color: '#D73650'

red 215 ◦ green 54 ◦ blue 80

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

Shades of Amaranth #D73650

Tints of Amaranth #D73650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 61.6%
G = 15.47%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D73650 (or 0xD73650) is known color: Amaranth. HEX triplet: D7, 36 and 50. RGB value is (215,54,80). Sum of RGB (Red+Green+Blue) = 215+54+80=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D73650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73650 is #28C9AF. Grayscale: #696969. Windows color (decimal): -2673072 or 5256919. OLE color: 5256919.

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

Color convert

RGB 215 54 80 -
CMYK 0 0.75 0.63 0.16
HSL 350.31º 0.67% 0.53% -
HSV(B) 350.31º 0.75% 0.84% -
XYZ 30.79 17.66 9.38 -
YUV 105.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 215 54 80 0 0.75 0.63 0.16 350.31 0.67 0.53
Hex D7 36 50 0 4B 3F 10 15E 43 35
Octal 327 66 120 0 113 77 20 536 103 65
Binary 11010111 110110 1010000 0 1001011 111111 10000 101011110 1000011 110101

Color Harmonies of #D73650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73650

Black with #D73650

Text Example


Text Example

White with #D73650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73650; }

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

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

background-color css

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

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

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

border-color css

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

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

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