Html Css Color HEX #D52749 Amaranth

📋 copy color: '#D52749'

red 213 ◦ green 39 ◦ blue 73

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

Shades of Amaranth #D52749

Tints of Amaranth #D52749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 65.54%
G = 12%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D52749 (or 0xD52749) is known color: Amaranth. HEX triplet: D5, 27 and 49. RGB value is (213,39,73). Sum of RGB (Red+Green+Blue) = 213+39+73=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D52749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52749 is #2AD8B6. Grayscale: #5E5E5E. Windows color (decimal): -2807991 or 4794325. OLE color: 4794325.

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

Color convert

RGB 213 39 73 -
CMYK 0 0.82 0.66 0.16
HSL 348.28º 0.69% 0.49% -
HSV(B) 348.28º 0.82% 0.84% -
XYZ 29.37 16.08 7.86 -
YUV 94.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 213 39 73 0 0.82 0.66 0.16 348.28 0.69 0.49
Hex D5 27 49 0 52 42 10 15C 45 31
Octal 325 47 111 0 122 102 20 534 105 61
Binary 11010101 100111 1001001 0 1010010 1000010 10000 101011100 1000101 110001

Color Harmonies of #D52749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52749

Black with #D52749

Text Example


Text Example

White with #D52749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52749; }

 p { color: rgb(213,39,73); }

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

background-color css

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

 a { background-color: rgb(213,39,73); }

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

border-color css

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

 span { border-color: rgb(213,39,73); }

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