Html Css Color HEX #D73B4C Amaranth

📋 copy color: '#D73B4C'

red 215 ◦ green 59 ◦ blue 76

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

Shades of Amaranth #D73B4C

Tints of Amaranth #D73B4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 61.43%
G = 16.86%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D73B4C (or 0xD73B4C) is known color: Amaranth. HEX triplet: D7, 3B and 4C. RGB value is (215,59,76). Sum of RGB (Red+Green+Blue) = 215+59+76=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B4C is #28C4B3. Grayscale: #6B6B6B. Windows color (decimal): -2671796 or 4996055. OLE color: 4996055.

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

Color convert

RGB 215 59 76 -
CMYK 0 0.73 0.65 0.16
HSL 353.46º 0.66% 0.54% -
HSV(B) 353.46º 0.73% 0.84% -
XYZ 30.89 18.1 8.7 -
YUV 107.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 215 59 76 0 0.73 0.65 0.16 353.46 0.66 0.54
Hex D7 3B 4C 0 49 41 10 161 42 36
Octal 327 73 114 0 111 101 20 541 102 66
Binary 11010111 111011 1001100 0 1001001 1000001 10000 101100001 1000010 110110

Color Harmonies of #D73B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B4C

Black with #D73B4C

Text Example


Text Example

White with #D73B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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