Html Css Color HEX #DD2C45 Amaranth

📋 copy color: '#DD2C45'

red 221 ◦ green 44 ◦ blue 69

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

Shades of Amaranth #DD2C45

Tints of Amaranth #DD2C45

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

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

R = 66.17%
G = 13.17%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2C45 (or 0xDD2C45) is known color: Amaranth. HEX triplet: DD, 2C and 45. RGB value is (221,44,69). Sum of RGB (Red+Green+Blue) = 221+44+69=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C45 is #22D3BA. Grayscale: #636363. Windows color (decimal): -2282427 or 4533469. OLE color: 4533469.

HSL color Cylindrical-coordinate representation of color #DD2C45: hue angle of 351.53º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C45 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 69 -
CMYK 0 0.80 0.69 0.13
HSL 351.53º 0.72% 0.52% -
HSV(B) 351.53º 0.8% 0.87% -
XYZ 31.79 17.6 7.35 -
YUV 99.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 221 44 69 0 0.80 0.69 0.13 351.53 0.72 0.52
Hex DD 2C 45 0 50 45 D 160 48 34
Octal 335 54 105 0 120 105 15 540 110 64
Binary 11011101 101100 1000101 0 1010000 1000101 1101 101100000 1001000 110100

Color Harmonies of #DD2C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C45

Black with #DD2C45

Text Example


Text Example

White with #DD2C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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