#D52E4E

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

Shades of Amaranth #D52E4E

Tints of Amaranth #D52E4E

Color information

#D52E4E (or 0xD52E4E) is unknown color: approx Amaranth. HEX triplet: D5, 2E and 4E. RGB value is (213,46,78). Sum of RGB (Red+Green+Blue) = 213+46+78=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E4E is #2AD1B1. Grayscale: #636363. Windows color (decimal): -2806194 or 5123797. OLE color: 5123797.

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

Color convert

RGB2134678-
CMYK00.780.630.16
HSL348.5º66.53%50.78%-
HSV(B)348.5º78.4%83.53%-
XYZ29.7916.658.85-
YUV99.58115.83208.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.20%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=63.20%
G=13.65%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213467800.780.630.16348.566.5350.78
HexD52E4E04E3F1015d4333
Octal325561160116772053510363
Binary11010101101110100111001001110111111100001010111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E4E; }

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

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

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

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

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

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

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

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