Html Css Color HEX #D71C4F Amaranth

📋 copy color: '#D71C4F'

red 215 ◦ green 28 ◦ blue 79

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

Shades of Amaranth #D71C4F

Tints of Amaranth #D71C4F

RGB

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

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

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

R = 66.77%
G = 8.7%
B = 24.53%

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

#D71C4F (or 0xD71C4F) is known color: Amaranth. HEX triplet: D7, 1C and 4F. RGB value is (215,28,79). Sum of RGB (Red+Green+Blue) = 215+28+79=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C4F is #28E3B0. Grayscale: #595959. Windows color (decimal): -2679729 or 5184727. OLE color: 5184727.

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

Color convert

RGB 215 28 79 -
CMYK 0 0.87 0.63 0.16
HSL 343.64º 0.77% 0.48% -
HSV(B) 343.64º 0.87% 0.84% -
XYZ 29.85 15.84 8.88 -
YUV 89.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 215 28 79 0 0.87 0.63 0.16 343.64 0.77 0.48
Hex D7 1C 4F 0 57 3F 10 158 4D 30
Octal 327 34 117 0 127 77 20 530 115 60
Binary 11010111 11100 1001111 0 1010111 111111 10000 101011000 1001101 110000

Color Harmonies of #D71C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C4F

Black with #D71C4F

Text Example


Text Example

White with #D71C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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