Html Css Color HEX #D71C50 Amaranth

📋 copy color: '#D71C50'

red 215 ◦ green 28 ◦ blue 80

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

Shades of Amaranth #D71C50

Tints of Amaranth #D71C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 66.56%
G = 8.67%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D71C50 (or 0xD71C50) is known color: Amaranth. HEX triplet: D7, 1C and 50. RGB value is (215,28,80). Sum of RGB (Red+Green+Blue) = 215+28+80=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C50 is #28E3AF. Grayscale: #595959. Windows color (decimal): -2679728 or 5250263. OLE color: 5250263.

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

Color convert

RGB 215 28 80 -
CMYK 0 0.87 0.63 0.16
HSL 343.32º 0.77% 0.48% -
HSV(B) 343.32º 0.87% 0.84% -
XYZ 29.89 15.86 9.07 -
YUV 89.84 122.45 217.27 -
System Red Green Blue C M Y K H S L
Decimal 215 28 80 0 0.87 0.63 0.16 343.32 0.77 0.48
Hex D7 1C 50 0 57 3F 10 157 4D 30
Octal 327 34 120 0 127 77 20 527 115 60
Binary 11010111 11100 1010000 0 1010111 111111 10000 101010111 1001101 110000

Color Harmonies of #D71C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C50

Black with #D71C50

Text Example


Text Example

White with #D71C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C50; }

 p { color: rgb(215,28,80); }

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

background-color css

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

 a { background-color: rgb(215,28,80); }

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

border-color css

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

 span { border-color: rgb(215,28,80); }

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