Html Css Color HEX #DD2E44 Amaranth

📋 copy color: '#DD2E44'

red 221 ◦ green 46 ◦ blue 68

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

Shades of Amaranth #DD2E44

Tints of Amaranth #DD2E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 65.97%
G = 13.73%
B = 20.3%

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

#DD2E44 (or 0xDD2E44) is known color: Amaranth. HEX triplet: DD, 2E and 44. RGB value is (221,46,68). Sum of RGB (Red+Green+Blue) = 221+46+68=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E44 is #22D1BB. Grayscale: #646464. Windows color (decimal): -2281916 or 4468445. OLE color: 4468445.

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

Color convert

RGB 221 46 68 -
CMYK 0 0.79 0.69 0.13
HSL 352.46º 0.72% 0.52% -
HSV(B) 352.46º 0.79% 0.87% -
XYZ 31.84 17.74 7.22 -
YUV 100.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 221 46 68 0 0.79 0.69 0.13 352.46 0.72 0.52
Hex DD 2E 44 0 4F 45 D 160 48 34
Octal 335 56 104 0 117 105 15 540 110 64
Binary 11011101 101110 1000100 0 1001111 1000101 1101 101100000 1001000 110100

Color Harmonies of #DD2E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E44

Black with #DD2E44

Text Example


Text Example

White with #DD2E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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