Html Css Color HEX #DD2E4B Amaranth

📋 copy color: '#DD2E4B'

red 221 ◦ green 46 ◦ blue 75

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

Shades of Amaranth #DD2E4B

Tints of Amaranth #DD2E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 64.62%
G = 13.45%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD2E4B (or 0xDD2E4B) is known color: Amaranth. HEX triplet: DD, 2E and 4B. RGB value is (221,46,75). Sum of RGB (Red+Green+Blue) = 221+46+75=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E4B is #22D1B4. Grayscale: #656565. Windows color (decimal): -2281909 or 4927197. OLE color: 4927197.

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

Color convert

RGB 221 46 75 -
CMYK 0 0.79 0.66 0.13
HSL 350.06º 0.72% 0.52% -
HSV(B) 350.06º 0.79% 0.87% -
XYZ 32.07 17.83 8.41 -
YUV 101.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 221 46 75 0 0.79 0.66 0.13 350.06 0.72 0.52
Hex DD 2E 4B 0 4F 42 D 15E 48 34
Octal 335 56 113 0 117 102 15 536 110 64
Binary 11011101 101110 1001011 0 1001111 1000010 1101 101011110 1001000 110100

Color Harmonies of #DD2E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E4B

Black with #DD2E4B

Text Example


Text Example

White with #DD2E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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