Html Css Color HEX #DD3751 Amaranth

📋 copy color: '#DD3751'

red 221 ◦ green 55 ◦ blue 81

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

Shades of Amaranth #DD3751

Tints of Amaranth #DD3751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 61.9%
G = 15.41%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD3751 (or 0xDD3751) is known color: 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

RGB 221 55 81 -
CMYK 0 0.75 0.63 0.13
HSL 350.6º 0.71% 0.54% -
HSV(B) 350.6º 0.75% 0.87% -
XYZ 32.67 18.7 9.67 -
YUV 107.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 221 55 81 0 0.75 0.63 0.13 350.6 0.71 0.54
Hex DD 37 51 0 4B 3F D 15F 47 36
Octal 335 67 121 0 113 77 15 537 107 66
Binary 11011101 110111 1010001 0 1001011 111111 1101 101011111 1000111 110110

Color Harmonies of #DD3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3751

Black with #DD3751

Text Example


Text Example

White with #DD3751

Text Example


Text Example

HTML Codes & Css Web 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>