#d53853

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

Shades of Amaranth #D53853

Tints of Amaranth #D53853

Color information

#D53853 (or 0xD53853) is unknown color: approx Amaranth. HEX triplet: D5, 38 and 53. RGB value is (213,56,83). Sum of RGB (Red+Green+Blue) = 213+56+83=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53853 is #2AC7AC. Grayscale: #6A6A6A. Windows color (decimal): -2803629 or 5454037. OLE color: 5454037.

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

Color convert

RGB2135683-
CMYK00.740.610.16
HSL349.68º65.15%52.75%-
HSV(B)349.68º73.71%83.53%-
XYZ30.4217.69.98-
YUV106.02115.01204.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.51%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=60.51%
G=15.91%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213568300.740.610.16349.6865.1552.75
HexD5385304A3D1015e4135
Octal325701230112752053610165
Binary11010101111000101001101001010111101100001010111101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d53853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d53853; }

 p { color: rgb(213,56,83); }

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

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

 a { background-color: rgb(213,56,83); }

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

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

 span { border-color: rgb(213,56,83); }

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