Html Css Color HEX #DD2732 Alizarin

📋 copy color: '#DD2732'

red 221 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #DD2732

Tints of Alizarin #DD2732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

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

R = 71.29%
G = 12.58%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2732 (or 0xDD2732) is known color: Alizarin. HEX triplet: DD, 27 and 32. RGB value is (221,39,50). Sum of RGB (Red+Green+Blue) = 221+39+50=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2732 is #22D8CD. Grayscale: #5E5E5E. Windows color (decimal): -2283726 or 3287005. OLE color: 3287005.

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

Color convert

RGB 221 39 50 -
CMYK 0 0.82 0.77 0.13
HSL 356.37º 0.73% 0.51% -
HSV(B) 356.37º 0.82% 0.87% -
XYZ 31.12 17.05 4.67 -
YUV 94.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 221 39 50 0 0.82 0.77 0.13 356.37 0.73 0.51
Hex DD 27 32 0 52 4D D 164 49 33
Octal 335 47 62 0 122 115 15 544 111 63
Binary 11011101 100111 110010 0 1010010 1001101 1101 101100100 1001001 110011

Color Harmonies of #DD2732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2732

Black with #DD2732

Text Example


Text Example

White with #DD2732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2732; }

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

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

background-color css

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

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

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

border-color css

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

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

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