Html Css Color HEX #DD3743 Amaranth

📋 copy color: '#DD3743'

red 221 ◦ green 55 ◦ blue 67

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

Shades of Amaranth #DD3743

Tints of Amaranth #DD3743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 64.43%
G = 16.03%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3743 (or 0xDD3743) is known color: Amaranth. HEX triplet: DD, 37 and 43. RGB value is (221,55,67). Sum of RGB (Red+Green+Blue) = 221+55+67=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3743 is #22C8BC. Grayscale: #6A6A6A. Windows color (decimal): -2279613 or 4405213. OLE color: 4405213.

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

Color convert

RGB 221 55 67 -
CMYK 0 0.75 0.70 0.13
HSL 355.66º 0.71% 0.54% -
HSV(B) 355.66º 0.75% 0.87% -
XYZ 32.2 18.51 7.19 -
YUV 106 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 221 55 67 0 0.75 0.70 0.13 355.66 0.71 0.54
Hex DD 37 43 0 4B 46 D 164 47 36
Octal 335 67 103 0 113 106 15 544 107 66
Binary 11011101 110111 1000011 0 1001011 1000110 1101 101100100 1000111 110110

Color Harmonies of #DD3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3743

Black with #DD3743

Text Example


Text Example

White with #DD3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3743; }

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

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

background-color css

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

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

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

border-color css

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

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

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