#d51f51

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

Shades of Amaranth #D51F51

Tints of Amaranth #D51F51

Color information

#D51F51 (or 0xD51F51) is unknown color: approx Amaranth. HEX triplet: D5, 1F and 51. RGB value is (213,31,81). Sum of RGB (Red+Green+Blue) = 213+31+81=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51F51 is #2AE0AE. Grayscale: #5B5B5B. Windows color (decimal): -2810031 or 5316565. OLE color: 5316565.

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

Color convert

RGB2133181-
CMYK00.850.620.16
HSL343.52º74.59%47.84%-
HSV(B)343.52º85.45%83.53%-
XYZ29.4215.729.27-
YUV91.12122.3214.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.54%
GREEN value IS 31 (12.5% from 255) = 9.54%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=65.54%
G=9.54%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213318100.850.620.16343.5274.5947.84
HexD51F510553E101584b30
Octal325371210125762053011360
Binary1101010111111101000101010101111110100001010110001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d51f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d51f51; }

 p { color: rgb(213,31,81); }

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

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

 a { background-color: rgb(213,31,81); }

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

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

 span { border-color: rgb(213,31,81); }

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