Html Css Color HEX #DD2139 Alizarin

📋 copy color: '#DD2139'

red 221 ◦ green 33 ◦ blue 57

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

Shades of Alizarin #DD2139

Tints of Alizarin #DD2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 71.06%
G = 10.61%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD2139 (or 0xDD2139) is known color: Alizarin. HEX triplet: DD, 21 and 39. RGB value is (221,33,57). Sum of RGB (Red+Green+Blue) = 221+33+57=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2139 is #22DEC6. Grayscale: #5C5C5C. Windows color (decimal): -2285255 or 3744221. OLE color: 3744221.

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

Color convert

RGB 221 33 57 -
CMYK 0 0.85 0.74 0.13
HSL 352.34º 0.74% 0.5% -
HSV(B) 352.34º 0.85% 0.87% -
XYZ 31.1 16.76 5.47 -
YUV 91.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 221 33 57 0 0.85 0.74 0.13 352.34 0.74 0.5
Hex DD 21 39 0 55 4A D 160 4A 32
Octal 335 41 71 0 125 112 15 540 112 62
Binary 11011101 100001 111001 0 1010101 1001010 1101 101100000 1001010 110010

Color Harmonies of #DD2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2139

Black with #DD2139

Text Example


Text Example

White with #DD2139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2139; }

 p { color: rgb(221,33,57); }

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

background-color css

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

 a { background-color: rgb(221,33,57); }

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

border-color css

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

 span { border-color: rgb(221,33,57); }

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