Html Css Color HEX #DD3748 Amaranth

📋 copy color: '#DD3748'

red 221 ◦ green 55 ◦ blue 72

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

Shades of Amaranth #DD3748

Tints of Amaranth #DD3748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 63.51%
G = 15.8%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD3748 (or 0xDD3748) is known color: Amaranth. HEX triplet: DD, 37 and 48. RGB value is (221,55,72). Sum of RGB (Red+Green+Blue) = 221+55+72=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3748 is #22C8B7. Grayscale: #6A6A6A. Windows color (decimal): -2279608 or 4732893. OLE color: 4732893.

HSL color Cylindrical-coordinate representation of color #DD3748: hue angle of 353.86º 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 #DD3748 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 72 -
CMYK 0 0.75 0.67 0.13
HSL 353.86º 0.71% 0.54% -
HSV(B) 353.86º 0.75% 0.87% -
XYZ 32.35 18.57 8.01 -
YUV 106.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 221 55 72 0 0.75 0.67 0.13 353.86 0.71 0.54
Hex DD 37 48 0 4B 43 D 162 47 36
Octal 335 67 110 0 113 103 15 542 107 66
Binary 11011101 110111 1001000 0 1001011 1000011 1101 101100010 1000111 110110

Color Harmonies of #DD3748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3748

Black with #DD3748

Text Example


Text Example

White with #DD3748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3748; }

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

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

background-color css

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

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

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

border-color css

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

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

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