#DD3751

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

Shades of Amaranth #DD3751

Tints of Amaranth #DD3751

Color information

#DD3751 (or 0xDD3751) is unknown color: approx Amaranth. HEX triplet: DD, 37 and 51. RGB value is (221,55,81). Sum of RGB (Red+Green+Blue) = 221+55+81=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3751 is #22C8AE. Grayscale: #6B6B6B. Windows color (decimal): -2279599 or 5322717. OLE color: 5322717.

HSL color Cylindrical-coordinate representation of color #DD3751: hue angle of 350.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3751 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB2215581-
CMYK00.750.630.13
HSL350.6º70.94%54.12%-
HSV(B)350.6º75.11%86.67%-
XYZ32.6718.79.67-
YUV107.6113208.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.90%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 81 (32.03% from 255) = 22.69%
R=61.90%
G=15.41%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221558100.750.630.13350.670.9454.12
HexDD375104B3FD15f4736
Octal335671210113771553710766
Binary1101110111011110100010100101111111111011010111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3751; }

 p { color: rgb(221,55,81); }

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

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

 a { background-color: rgb(221,55,81); }

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

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

 span { border-color: rgb(221,55,81); }

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