Html Css Color HEX #DD3145 Amaranth

📋 copy color: '#DD3145'

red 221 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #DD3145

Tints of Amaranth #DD3145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 65.19%
G = 14.45%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD3145 (or 0xDD3145) is known color: Amaranth. HEX triplet: DD, 31 and 45. RGB value is (221,49,69). Sum of RGB (Red+Green+Blue) = 221+49+69=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3145 is #22CEBA. Grayscale: #666666. Windows color (decimal): -2281147 or 4534749. OLE color: 4534749.

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

Color convert

RGB 221 49 69 -
CMYK 0 0.78 0.69 0.13
HSL 353.02º 0.72% 0.53% -
HSV(B) 353.02º 0.78% 0.87% -
XYZ 31.99 18 7.42 -
YUV 102.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 221 49 69 0 0.78 0.69 0.13 353.02 0.72 0.53
Hex DD 31 45 0 4E 45 D 161 48 35
Octal 335 61 105 0 116 105 15 541 110 65
Binary 11011101 110001 1000101 0 1001110 1000101 1101 101100001 1001000 110101

Color Harmonies of #DD3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3145

Black with #DD3145

Text Example


Text Example

White with #DD3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3145; }

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

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

background-color css

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

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

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

border-color css

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

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

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