Html Css Color HEX #D73554 Amaranth

📋 copy color: '#D73554'

red 215 ◦ green 53 ◦ blue 84

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

Shades of Amaranth #D73554

Tints of Amaranth #D73554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

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

R = 61.08%
G = 15.06%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73554 (or 0xD73554) is known color: Amaranth. HEX triplet: D7, 35 and 54. RGB value is (215,53,84). Sum of RGB (Red+Green+Blue) = 215+53+84=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D73554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73554 is #28CAAB. Grayscale: #696969. Windows color (decimal): -2673324 or 5518807. OLE color: 5518807.

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

Color convert

RGB 215 53 84 -
CMYK 0 0.75 0.61 0.16
HSL 348.52º 0.67% 0.53% -
HSV(B) 348.52º 0.75% 0.84% -
XYZ 30.9 17.63 10.16 -
YUV 104.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 215 53 84 0 0.75 0.61 0.16 348.52 0.67 0.53
Hex D7 35 54 0 4B 3D 10 15D 43 35
Octal 327 65 124 0 113 75 20 535 103 65
Binary 11010111 110101 1010100 0 1001011 111101 10000 101011101 1000011 110101

Color Harmonies of #D73554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73554

Black with #D73554

Text Example


Text Example

White with #D73554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73554; }

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

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

background-color css

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

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

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

border-color css

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

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

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