Html Css Color HEX #DD244B Amaranth

📋 copy color: '#DD244B'

red 221 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #DD244B

Tints of Amaranth #DD244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 66.57%
G = 10.84%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD244B (or 0xDD244B) is known color: Amaranth. HEX triplet: DD, 24 and 4B. RGB value is (221,36,75). Sum of RGB (Red+Green+Blue) = 221+36+75=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD244B is #22DBB4. Grayscale: #5F5F5F. Windows color (decimal): -2284469 or 4924637. OLE color: 4924637.

HSL color Cylindrical-coordinate representation of color #DD244B: hue angle of 347.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD244B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 75 -
CMYK 0 0.84 0.66 0.13
HSL 347.35º 0.73% 0.5% -
HSV(B) 347.35º 0.84% 0.87% -
XYZ 31.72 17.14 8.29 -
YUV 95.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 221 36 75 0 0.84 0.66 0.13 347.35 0.73 0.5
Hex DD 24 4B 0 54 42 D 15B 49 32
Octal 335 44 113 0 124 102 15 533 111 62
Binary 11011101 100100 1001011 0 1010100 1000010 1101 101011011 1001001 110010

Color Harmonies of #DD244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD244B

Black with #DD244B

Text Example


Text Example

White with #DD244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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