Html Css Color HEX #D52F54 Amaranth

📋 copy color: '#D52F54'

red 213 ◦ green 47 ◦ blue 84

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

Shades of Amaranth #D52F54

Tints of Amaranth #D52F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.66%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 61.92%
G = 13.66%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D52F54 (or 0xD52F54) is known color: Amaranth. HEX triplet: D5, 2F and 54. RGB value is (213,47,84). Sum of RGB (Red+Green+Blue) = 213+47+84=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F54 is #2AD0AB. Grayscale: #646464. Windows color (decimal): -2805932 or 5517269. OLE color: 5517269.

HSL color Cylindrical-coordinate representation of color #D52F54: hue angle of 346.63º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52F54 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 47 84 -
CMYK 0 0.78 0.61 0.16
HSL 346.63º 0.66% 0.51% -
HSV(B) 346.63º 0.78% 0.84% -
XYZ 30.06 16.82 10.05 -
YUV 100.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 213 47 84 0 0.78 0.61 0.16 346.63 0.66 0.51
Hex D5 2F 54 0 4E 3D 10 15B 42 33
Octal 325 57 124 0 116 75 20 533 102 63
Binary 11010101 101111 1010100 0 1001110 111101 10000 101011011 1000010 110011

Color Harmonies of #D52F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F54

Black with #D52F54

Text Example


Text Example

White with #D52F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F54; }

 p { color: rgb(213,47,84); }

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

background-color css

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

 a { background-color: rgb(213,47,84); }

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

border-color css

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

 span { border-color: rgb(213,47,84); }

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