Html Css Color HEX #D53D52 Amaranth

📋 copy color: '#D53D52'

red 213 ◦ green 61 ◦ blue 82

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

Shades of Amaranth #D53D52

Tints of Amaranth #D53D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 59.83%
G = 17.13%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D53D52 (or 0xD53D52) is known color: Amaranth. HEX triplet: D5, 3D and 52. RGB value is (213,61,82). Sum of RGB (Red+Green+Blue) = 213+61+82=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D52 is #2AC2AD. Grayscale: #6C6C6C. Windows color (decimal): -2802350 or 5389781. OLE color: 5389781.

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

Color convert

RGB 213 61 82 -
CMYK 0 0.71 0.62 0.16
HSL 351.71º 0.64% 0.54% -
HSV(B) 351.71º 0.71% 0.84% -
XYZ 30.63 18.09 9.86 -
YUV 108.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 213 61 82 0 0.71 0.62 0.16 351.71 0.64 0.54
Hex D5 3D 52 0 47 3E 10 160 40 36
Octal 325 75 122 0 107 76 20 540 100 66
Binary 11010101 111101 1010010 0 1000111 111110 10000 101100000 1000000 110110

Color Harmonies of #D53D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D52

Black with #D53D52

Text Example


Text Example

White with #D53D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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