Html Css Color HEX #DD3132 Alizarin

📋 copy color: '#DD3132'

red 221 ◦ green 49 ◦ blue 50

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

Shades of Alizarin #DD3132

Tints of Alizarin #DD3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 69.06%
G = 15.31%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD3132 (or 0xDD3132) is known color: Alizarin. HEX triplet: DD, 31 and 32. RGB value is (221,49,50). Sum of RGB (Red+Green+Blue) = 221+49+50=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3132 is #22CECD. Grayscale: #646464. Windows color (decimal): -2281166 or 3289565. OLE color: 3289565.

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

Color convert

RGB 221 49 50 -
CMYK 0 0.78 0.77 0.13
HSL 359.65º 0.72% 0.53% -
HSV(B) 359.65º 0.78% 0.87% -
XYZ 31.49 17.8 4.79 -
YUV 100.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 221 49 50 0 0.78 0.77 0.13 359.65 0.72 0.53
Hex DD 31 32 0 4E 4D D 168 48 35
Octal 335 61 62 0 116 115 15 550 110 65
Binary 11011101 110001 110010 0 1001110 1001101 1101 101101000 1001000 110101

Color Harmonies of #DD3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3132

Black with #DD3132

Text Example


Text Example

White with #DD3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3132; }

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

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

background-color css

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

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

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

border-color css

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

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

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