#D53850

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

Shades of Amaranth #D53850

Tints of Amaranth #D53850

Color information

#D53850 (or 0xD53850) is unknown color: approx Amaranth. HEX triplet: D5, 38 and 50. RGB value is (213,56,80). Sum of RGB (Red+Green+Blue) = 213+56+80=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D53850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53850 is #2AC7AF. Grayscale: #696969. Windows color (decimal): -2803632 or 5257429. OLE color: 5257429.

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

Color convert

RGB2135680-
CMYK00.740.620.16
HSL350.83º65.15%52.75%-
HSV(B)350.83º73.71%83.53%-
XYZ30.317.559.38-
YUV105.68113.51204.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.03%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=61.03%
G=16.05%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213568000.740.620.16350.8365.1552.75
HexD5385004A3E1015f4135
Octal325701200112762053710165
Binary11010101111000101000001001010111110100001010111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53850; }

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

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

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

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

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

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

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

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