#D62D51

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

Shades of Amaranth #D62D51

Tints of Amaranth #D62D51

Color information

#D62D51 (or 0xD62D51) is unknown color: approx Amaranth. HEX triplet: D6, 2D and 51. RGB value is (214,45,81). Sum of RGB (Red+Green+Blue) = 214+45+81=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D51 is #29D2AE. Grayscale: #636363. Windows color (decimal): -2740911 or 5320150. OLE color: 5320150.

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

Color convert

RGB2144581-
CMYK00.790.620.16
HSL347.22º67.33%50.78%-
HSV(B)347.22º78.97%83.92%-
XYZ30.1616.779.43-
YUV99.64117.49209.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=62.94%
G=13.24%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214458100.790.620.16347.2267.3350.78
HexD62D5104F3E1015b4333
Octal326551210117762053310363
Binary11010110101101101000101001111111110100001010110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62D51; }

 p { color: rgb(214,45,81); }

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

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

 a { background-color: rgb(214,45,81); }

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

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

 span { border-color: rgb(214,45,81); }

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