#D52C4E

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

Shades of Amaranth #D52C4E

Tints of Amaranth #D52C4E

Color information

#D52C4E (or 0xD52C4E) is unknown color: approx Amaranth. HEX triplet: D5, 2C and 4E. RGB value is (213,44,78). Sum of RGB (Red+Green+Blue) = 213+44+78=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52C4E is #2AD3B1. Grayscale: #626262. Windows color (decimal): -2806706 or 5123285. OLE color: 5123285.

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

Color convert

RGB2134478-
CMYK00.790.630.16
HSL347.93º66.8%50.39%-
HSV(B)347.93º79.34%83.53%-
XYZ29.7216.58.83-
YUV98.41116.49209.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.58%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 78 (30.86% from 255) = 23.28%
R=63.58%
G=13.13%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213447800.790.630.16347.9366.850.39
HexD52C4E04F3F1015c4332
Octal325541160117772053410362
Binary11010101101100100111001001111111111100001010111001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52C4E; }

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

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

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

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

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

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

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

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