Html Css Color HEX #D73754 Amaranth

📋 copy color: '#D73754'

red 215 ◦ green 55 ◦ blue 84

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

Shades of Amaranth #D73754

Tints of Amaranth #D73754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.73%

R = 60.73%
G = 15.54%
B = 23.73%

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

#D73754 (or 0xD73754) is known color: Amaranth. HEX triplet: D7, 37 and 54. RGB value is (215,55,84). Sum of RGB (Red+Green+Blue) = 215+55+84=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D73754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73754 is #28C8AB. Grayscale: #6A6A6A. Windows color (decimal): -2672812 or 5519319. OLE color: 5519319.

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

Color convert

RGB 215 55 84 -
CMYK 0 0.74 0.61 0.16
HSL 349.13º 0.67% 0.53% -
HSV(B) 349.13º 0.74% 0.84% -
XYZ 30.99 17.82 10.19 -
YUV 106.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 215 55 84 0 0.74 0.61 0.16 349.13 0.67 0.53
Hex D7 37 54 0 4A 3D 10 15D 43 35
Octal 327 67 124 0 112 75 20 535 103 65
Binary 11010111 110111 1010100 0 1001010 111101 10000 101011101 1000011 110101

Color Harmonies of #D73754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73754

Black with #D73754

Text Example


Text Example

White with #D73754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73754; }

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

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

background-color css

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

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

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

border-color css

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

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

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