Html Css Color HEX #DD3557 Amaranth

📋 copy color: '#DD3557'

red 221 ◦ green 53 ◦ blue 87

#DD3557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DD3557

Tints of Amaranth #DD3557

RGB

 RED value IS 221 (86.72% from 255) = 61.22%

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 61.22%
G = 14.68%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD3557 (or 0xDD3557) is known color: Amaranth. HEX triplet: DD, 35 and 57. RGB value is (221,53,87). Sum of RGB (Red+Green+Blue) = 221+53+87=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3557 is #22CAA8. Grayscale: #6B6B6B. Windows color (decimal): -2280105 or 5715421. OLE color: 5715421.

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

Color convert

RGB 221 53 87 -
CMYK 0 0.76 0.61 0.13
HSL 347.86º 0.71% 0.54% -
HSV(B) 347.86º 0.76% 0.87% -
XYZ 32.81 18.61 10.88 -
YUV 107.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 221 53 87 0 0.76 0.61 0.13 347.86 0.71 0.54
Hex DD 35 57 0 4C 3D D 15C 47 36
Octal 335 65 127 0 114 75 15 534 107 66
Binary 11011101 110101 1010111 0 1001100 111101 1101 101011100 1000111 110110

Color Harmonies of #DD3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3557

Black with #DD3557

Text Example


Text Example

White with #DD3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3557; }

 p { color: rgb(221,53,87); }

 H1.HeaderClassName
 {
   color: #DD3557;
 }
 .AnyTagClassName
 {
   color: #DD3557;
 }
</style>

background-color css

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

 a { background-color: rgb(221,53,87); }

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

border-color css

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

 span { border-color: rgb(221,53,87); }

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