Html Css Color HEX #D52E4D Amaranth

📋 copy color: '#D52E4D'

red 213 ◦ green 46 ◦ blue 77

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

Shades of Amaranth #D52E4D

Tints of Amaranth #D52E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

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

R = 63.39%
G = 13.69%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D52E4D (or 0xD52E4D) is known color: Amaranth. HEX triplet: D5, 2E and 4D. RGB value is (213,46,77). Sum of RGB (Red+Green+Blue) = 213+46+77=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E4D is #2AD1B2. Grayscale: #636363. Windows color (decimal): -2806195 or 5058261. OLE color: 5058261.

HSL color Cylindrical-coordinate representation of color #D52E4D: hue angle of 348.86º degrees, saturation: 0.67, 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 #D52E4D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 77 -
CMYK 0 0.78 0.64 0.16
HSL 348.86º 0.67% 0.51% -
HSV(B) 348.86º 0.78% 0.84% -
XYZ 29.76 16.64 8.66 -
YUV 99.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 213 46 77 0 0.78 0.64 0.16 348.86 0.67 0.51
Hex D5 2E 4D 0 4E 40 10 15D 43 33
Octal 325 56 115 0 116 100 20 535 103 63
Binary 11010101 101110 1001101 0 1001110 1000000 10000 101011101 1000011 110011

Color Harmonies of #D52E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E4D

Black with #D52E4D

Text Example


Text Example

White with #D52E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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