Html Css Color HEX #D51D4F Amaranth

📋 copy color: '#D51D4F'

red 213 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #D51D4F

Tints of Amaranth #D51D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 66.36%
G = 9.03%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D51D4F (or 0xD51D4F) is known color: Amaranth. HEX triplet: D5, 1D and 4F. RGB value is (213,29,79). Sum of RGB (Red+Green+Blue) = 213+29+79=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D4F is #2AE2B0. Grayscale: #595959. Windows color (decimal): -2810545 or 5184981. OLE color: 5184981.

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

Color convert

RGB 213 29 79 -
CMYK 0 0.86 0.63 0.16
HSL 343.7º 0.76% 0.47% -
HSV(B) 343.7º 0.86% 0.84% -
XYZ 29.29 15.59 8.86 -
YUV 89.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 213 29 79 0 0.86 0.63 0.16 343.7 0.76 0.47
Hex D5 1D 4F 0 56 3F 10 158 4C 2F
Octal 325 35 117 0 126 77 20 530 114 57
Binary 11010101 11101 1001111 0 1010110 111111 10000 101011000 1001100 101111

Color Harmonies of #D51D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D4F

Black with #D51D4F

Text Example


Text Example

White with #D51D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D4F; }

 p { color: rgb(213,29,79); }

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

background-color css

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

 a { background-color: rgb(213,29,79); }

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

border-color css

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

 span { border-color: rgb(213,29,79); }

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