Html Css Color HEX #D53952 Amaranth

📋 copy color: '#D53952'

red 213 ◦ green 57 ◦ blue 82

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

Shades of Amaranth #D53952

Tints of Amaranth #D53952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 60.51%
G = 16.19%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D53952 (or 0xD53952) is known color: Amaranth. HEX triplet: D5, 39 and 52. RGB value is (213,57,82). Sum of RGB (Red+Green+Blue) = 213+57+82=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53952 is #2AC6AD. Grayscale: #6A6A6A. Windows color (decimal): -2803374 or 5388757. OLE color: 5388757.

HSL color Cylindrical-coordinate representation of color #D53952: hue angle of 350.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53952 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 82 -
CMYK 0 0.73 0.62 0.16
HSL 350.38º 0.65% 0.53% -
HSV(B) 350.38º 0.73% 0.84% -
XYZ 30.43 17.68 9.79 -
YUV 106.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 213 57 82 0 0.73 0.62 0.16 350.38 0.65 0.53
Hex D5 39 52 0 49 3E 10 15E 41 35
Octal 325 71 122 0 111 76 20 536 101 65
Binary 11010101 111001 1010010 0 1001001 111110 10000 101011110 1000001 110101

Color Harmonies of #D53952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53952

Black with #D53952

Text Example


Text Example

White with #D53952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53952; }

 p { color: rgb(213,57,82); }

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

background-color css

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

 a { background-color: rgb(213,57,82); }

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

border-color css

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

 span { border-color: rgb(213,57,82); }

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