Html Css Color HEX #D51F4D Amaranth

📋 copy color: '#D51F4D'

red 213 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #D51F4D

Tints of Amaranth #D51F4D

RGB

 RED value IS 213 (83.59% from 255) = 66.36%

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 66.36%
G = 9.66%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D51F4D (or 0xD51F4D) is known color: Amaranth. HEX triplet: D5, 1F and 4D. RGB value is (213,31,77). Sum of RGB (Red+Green+Blue) = 213+31+77=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51F4D is #2AE0B2. Grayscale: #5A5A5A. Windows color (decimal): -2810035 or 5054421. OLE color: 5054421.

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

Color convert

RGB 213 31 77 -
CMYK 0 0.85 0.64 0.16
HSL 344.84º 0.75% 0.48% -
HSV(B) 344.84º 0.85% 0.84% -
XYZ 29.27 15.66 8.5 -
YUV 90.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 213 31 77 0 0.85 0.64 0.16 344.84 0.75 0.48
Hex D5 1F 4D 0 55 40 10 159 4B 30
Octal 325 37 115 0 125 100 20 531 113 60
Binary 11010101 11111 1001101 0 1010101 1000000 10000 101011001 1001011 110000

Color Harmonies of #D51F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51F4D

Black with #D51F4D

Text Example


Text Example

White with #D51F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51F4D; }

 p { color: rgb(213,31,77); }

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

background-color css

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

 a { background-color: rgb(213,31,77); }

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

border-color css

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

 span { border-color: rgb(213,31,77); }

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