Html Css Color HEX #D73B4F Amaranth

📋 copy color: '#D73B4F'

red 215 ◦ green 59 ◦ blue 79

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

Shades of Amaranth #D73B4F

Tints of Amaranth #D73B4F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 60.91%
G = 16.71%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D73B4F (or 0xD73B4F) is known color: Amaranth. HEX triplet: D7, 3B and 4F. RGB value is (215,59,79). Sum of RGB (Red+Green+Blue) = 215+59+79=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73B4F is #28C4B0. Grayscale: #6C6C6C. Windows color (decimal): -2671793 or 5192663. OLE color: 5192663.

HSL color Cylindrical-coordinate representation of color #D73B4F: hue angle of 352.31º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73B4F is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 59 79 -
CMYK 0 0.73 0.63 0.16
HSL 352.31º 0.66% 0.54% -
HSV(B) 352.31º 0.73% 0.84% -
XYZ 31 18.14 9.26 -
YUV 107.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 215 59 79 0 0.73 0.63 0.16 352.31 0.66 0.54
Hex D7 3B 4F 0 49 3F 10 160 42 36
Octal 327 73 117 0 111 77 20 540 102 66
Binary 11010111 111011 1001111 0 1001001 111111 10000 101100000 1000010 110110

Color Harmonies of #D73B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B4F

Black with #D73B4F

Text Example


Text Example

White with #D73B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B4F; }

 p { color: rgb(215,59,79); }

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

background-color css

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

 a { background-color: rgb(215,59,79); }

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

border-color css

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

 span { border-color: rgb(215,59,79); }

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