Html Css Color HEX #DD2E45 Amaranth

📋 copy color: '#DD2E45'

red 221 ◦ green 46 ◦ blue 69

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

Shades of Amaranth #DD2E45

Tints of Amaranth #DD2E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

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

R = 65.77%
G = 13.69%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2E45 (or 0xDD2E45) is known color: Amaranth. HEX triplet: DD, 2E and 45. RGB value is (221,46,69). Sum of RGB (Red+Green+Blue) = 221+46+69=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E45 is #22D1BA. Grayscale: #656565. Windows color (decimal): -2281915 or 4533981. OLE color: 4533981.

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

Color convert

RGB 221 46 69 -
CMYK 0 0.79 0.69 0.13
HSL 352.11º 0.72% 0.52% -
HSV(B) 352.11º 0.79% 0.87% -
XYZ 31.87 17.76 7.38 -
YUV 100.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 221 46 69 0 0.79 0.69 0.13 352.11 0.72 0.52
Hex DD 2E 45 0 4F 45 D 160 48 34
Octal 335 56 105 0 117 105 15 540 110 64
Binary 11011101 101110 1000101 0 1001111 1000101 1101 101100000 1001000 110100

Color Harmonies of #DD2E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E45

Black with #DD2E45

Text Example


Text Example

White with #DD2E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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