Html Css Color HEX #D73C4E Amaranth

📋 copy color: '#D73C4E'

red 215 ◦ green 60 ◦ blue 78

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

Shades of Amaranth #D73C4E

Tints of Amaranth #D73C4E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 60.91%
G = 17%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D73C4E (or 0xD73C4E) is known color: Amaranth. HEX triplet: D7, 3C and 4E. RGB value is (215,60,78). Sum of RGB (Red+Green+Blue) = 215+60+78=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73C4E is #28C3B1. Grayscale: #6C6C6C. Windows color (decimal): -2671538 or 5127383. OLE color: 5127383.

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

Color convert

RGB 215 60 78 -
CMYK 0 0.72 0.64 0.16
HSL 353.03º 0.66% 0.54% -
HSV(B) 353.03º 0.72% 0.84% -
XYZ 31.02 18.23 9.09 -
YUV 108.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 215 60 78 0 0.72 0.64 0.16 353.03 0.66 0.54
Hex D7 3C 4E 0 48 40 10 161 42 36
Octal 327 74 116 0 110 100 20 541 102 66
Binary 11010111 111100 1001110 0 1001000 1000000 10000 101100001 1000010 110110

Color Harmonies of #D73C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C4E

Black with #D73C4E

Text Example


Text Example

White with #D73C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C4E; }

 p { color: rgb(215,60,78); }

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

background-color css

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

 a { background-color: rgb(215,60,78); }

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

border-color css

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

 span { border-color: rgb(215,60,78); }

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