#D63253

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

Shades of Amaranth #D63253

Tints of Amaranth #D63253

Color information

#D63253 (or 0xD63253) is unknown color: approx Amaranth. HEX triplet: D6, 32 and 53. RGB value is (214,50,83). Sum of RGB (Red+Green+Blue) = 214+50+83=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63253 is #29CDAC. Grayscale: #666666. Windows color (decimal): -2739629 or 5452502. OLE color: 5452502.

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

Color convert

RGB2145083-
CMYK00.770.610.16
HSL347.93º66.67%51.76%-
HSV(B)347.93º76.64%83.92%-
XYZ30.4317.29.9-
YUV102.8116.83207.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=61.67%
G=14.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214508300.770.610.16347.9366.6751.76
HexD6325304D3D1015c4334
Octal326621230115752053410364
Binary11010110110010101001101001101111101100001010111001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63253; }

 p { color: rgb(214,50,83); }

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

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

 a { background-color: rgb(214,50,83); }

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

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

 span { border-color: rgb(214,50,83); }

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