Html Css Color HEX #DD3146 Amaranth

📋 copy color: '#DD3146'

red 221 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #DD3146

Tints of Amaranth #DD3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 65%
G = 14.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3146 (or 0xDD3146) is known color: Amaranth. HEX triplet: DD, 31 and 46. RGB value is (221,49,70). Sum of RGB (Red+Green+Blue) = 221+49+70=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3146 is #22CEB9. Grayscale: #666666. Windows color (decimal): -2281146 or 4600285. OLE color: 4600285.

HSL color Cylindrical-coordinate representation of color #DD3146: hue angle of 352.67º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3146 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 70 -
CMYK 0 0.78 0.68 0.13
HSL 352.67º 0.72% 0.53% -
HSV(B) 352.67º 0.78% 0.87% -
XYZ 32.02 18.01 7.58 -
YUV 102.82 109.48 212.29 -
System Red Green Blue C M Y K H S L
Decimal 221 49 70 0 0.78 0.68 0.13 352.67 0.72 0.53
Hex DD 31 46 0 4E 44 D 161 48 35
Octal 335 61 106 0 116 104 15 541 110 65
Binary 11011101 110001 1000110 0 1001110 1000100 1101 101100001 1001000 110101

Color Harmonies of #DD3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3146

Black with #DD3146

Text Example


Text Example

White with #DD3146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3146; }

 p { color: rgb(221,49,70); }

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

background-color css

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

 a { background-color: rgb(221,49,70); }

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

border-color css

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

 span { border-color: rgb(221,49,70); }

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