#D53A52

Color #D53A52 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D53A52

Tints of Amaranth #D53A52

Color information

#D53A52 (or 0xD53A52) is unknown color: approx Amaranth. HEX triplet: D5, 3A and 52. RGB value is (213,58,82). Sum of RGB (Red+Green+Blue) = 213+58+82=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53A52 is #2AC5AD. Grayscale: #6B6B6B. Windows color (decimal): -2803118 or 5389013. OLE color: 5389013.

HSL color Cylindrical-coordinate representation of color #D53A52: hue angle of 350.71º 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 #D53A52 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2135882-
CMYK00.730.620.16
HSL350.71º64.85%53.14%-
HSV(B)350.71º72.77%83.53%-
XYZ30.4817.789.81-
YUV107.08113.85203.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=60.34%
G=16.43%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213588200.730.620.16350.7164.8553.14
HexD53A520493E1015f4135
Octal325721220111762053710165
Binary11010101111010101001001001001111110100001010111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A52; }

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

 H1.HeaderClassName
 {
   color: #D53A52;
 }
 .AnyTagClassName
 {
   color: #D53A52;
 }
</style>
background-color css

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

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

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

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

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

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