Html Css Color HEX #DD2138 Alizarin

📋 copy color: '#DD2138'

red 221 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #DD2138

Tints of Alizarin #DD2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 71.29%
G = 10.65%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2138 (or 0xDD2138) is known color: Alizarin. HEX triplet: DD, 21 and 38. RGB value is (221,33,56). Sum of RGB (Red+Green+Blue) = 221+33+56=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2138 is #22DEC7. Grayscale: #5B5B5B. Windows color (decimal): -2285256 or 3678685. OLE color: 3678685.

HSL color Cylindrical-coordinate representation of color #DD2138: hue angle of 352.66º 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 #DD2138 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 56 -
CMYK 0 0.85 0.75 0.13
HSL 352.66º 0.74% 0.5% -
HSV(B) 352.66º 0.85% 0.87% -
XYZ 31.08 16.75 5.34 -
YUV 91.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 221 33 56 0 0.85 0.75 0.13 352.66 0.74 0.5
Hex DD 21 38 0 55 4B D 161 4A 32
Octal 335 41 70 0 125 113 15 541 112 62
Binary 11011101 100001 111000 0 1010101 1001011 1101 101100001 1001010 110010

Color Harmonies of #DD2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2138

Black with #DD2138

Text Example


Text Example

White with #DD2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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