Html Css Color HEX #D71F52 Amaranth

📋 copy color: '#D71F52'

red 215 ◦ green 31 ◦ blue 82

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

Shades of Amaranth #D71F52

Tints of Amaranth #D71F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.45%

 BLUE value IS 82 (32.42% from 255) = 25%

R = 65.55%
G = 9.45%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D71F52 (or 0xD71F52) is known color: Amaranth. HEX triplet: D7, 1F and 52. RGB value is (215,31,82). Sum of RGB (Red+Green+Blue) = 215+31+82=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F52 is #28E0AD. Grayscale: #5B5B5B. Windows color (decimal): -2678958 or 5382103. OLE color: 5382103.

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

Color convert

RGB 215 31 82 -
CMYK 0 0.86 0.62 0.16
HSL 343.37º 0.75% 0.48% -
HSV(B) 343.37º 0.86% 0.84% -
XYZ 30.04 16.04 9.49 -
YUV 91.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 215 31 82 0 0.86 0.62 0.16 343.37 0.75 0.48
Hex D7 1F 52 0 56 3E 10 157 4B 30
Octal 327 37 122 0 126 76 20 527 113 60
Binary 11010111 11111 1010010 0 1010110 111110 10000 101010111 1001011 110000

Color Harmonies of #D71F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F52

Black with #D71F52

Text Example


Text Example

White with #D71F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F52; }

 p { color: rgb(215,31,82); }

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

background-color css

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

 a { background-color: rgb(215,31,82); }

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

border-color css

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

 span { border-color: rgb(215,31,82); }

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