Html Css Color HEX #DD2632 Alizarin

📋 copy color: '#DD2632'

red 221 ◦ green 38 ◦ blue 50

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

Shades of Alizarin #DD2632

Tints of Alizarin #DD2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 71.52%
G = 12.3%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2632 (or 0xDD2632) is known color: Alizarin. HEX triplet: DD, 26 and 32. RGB value is (221,38,50). Sum of RGB (Red+Green+Blue) = 221+38+50=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2632 is #22D9CD. Grayscale: #5E5E5E. Windows color (decimal): -2283982 or 3286749. OLE color: 3286749.

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

Color convert

RGB 221 38 50 -
CMYK 0 0.83 0.77 0.13
HSL 356.07º 0.73% 0.51% -
HSV(B) 356.07º 0.83% 0.87% -
XYZ 31.09 16.99 4.66 -
YUV 94.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 221 38 50 0 0.83 0.77 0.13 356.07 0.73 0.51
Hex DD 26 32 0 53 4D D 164 49 33
Octal 335 46 62 0 123 115 15 544 111 63
Binary 11011101 100110 110010 0 1010011 1001101 1101 101100100 1001001 110011

Color Harmonies of #DD2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2632

Black with #DD2632

Text Example


Text Example

White with #DD2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2632; }

 p { color: rgb(221,38,50); }

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

background-color css

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

 a { background-color: rgb(221,38,50); }

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

border-color css

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

 span { border-color: rgb(221,38,50); }

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