#D53B4E

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

Shades of Amaranth #D53B4E

Tints of Amaranth #D53B4E

Color information

#D53B4E (or 0xD53B4E) is unknown color: approx Amaranth. HEX triplet: D5, 3B and 4E. RGB value is (213,59,78). Sum of RGB (Red+Green+Blue) = 213+59+78=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B4E is #2AC4B1. Grayscale: #6B6B6B. Windows color (decimal): -2802866 or 5127125. OLE color: 5127125.

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

Color convert

RGB2135978-
CMYK00.720.630.16
HSL352.6º64.71%53.33%-
HSV(B)352.6º72.3%83.53%-
XYZ30.3817.829.05-
YUV107.21111.52203.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.86%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=60.86%
G=16.86%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213597800.720.630.16352.664.7153.33
HexD53B4E0483F101614135
Octal325731160110772054110165
Binary11010101111011100111001001000111111100001011000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B4E; }

 p { color: rgb(213,59,78); }

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

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

 a { background-color: rgb(213,59,78); }

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

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

 span { border-color: rgb(213,59,78); }

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