Html Css Color HEX #DD3347 Amaranth

📋 copy color: '#DD3347'

red 221 ◦ green 51 ◦ blue 71

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

Shades of Amaranth #DD3347

Tints of Amaranth #DD3347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 64.43%
G = 14.87%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD3347 (or 0xDD3347) is known color: Amaranth. HEX triplet: DD, 33 and 47. RGB value is (221,51,71). Sum of RGB (Red+Green+Blue) = 221+51+71=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3347 is #22CCB8. Grayscale: #686868. Windows color (decimal): -2280633 or 4666333. OLE color: 4666333.

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

Color convert

RGB 221 51 71 -
CMYK 0 0.77 0.68 0.13
HSL 352.94º 0.71% 0.53% -
HSV(B) 352.94º 0.77% 0.87% -
XYZ 32.14 18.19 7.78 -
YUV 104.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 221 51 71 0 0.77 0.68 0.13 352.94 0.71 0.53
Hex DD 33 47 0 4D 44 D 161 47 35
Octal 335 63 107 0 115 104 15 541 107 65
Binary 11011101 110011 1000111 0 1001101 1000100 1101 101100001 1000111 110101

Color Harmonies of #DD3347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3347

Black with #DD3347

Text Example


Text Example

White with #DD3347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3347; }

 p { color: rgb(221,51,71); }

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

background-color css

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

 a { background-color: rgb(221,51,71); }

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

border-color css

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

 span { border-color: rgb(221,51,71); }

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