Html Css Color HEX #DD2240 Alizarin

📋 copy color: '#DD2240'

red 221 ◦ green 34 ◦ blue 64

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

Shades of Alizarin #DD2240

Tints of Alizarin #DD2240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 69.28%
G = 10.66%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2240 (or 0xDD2240) is known color: Alizarin. HEX triplet: DD, 22 and 40. RGB value is (221,34,64). Sum of RGB (Red+Green+Blue) = 221+34+64=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2240 is #22DDBF. Grayscale: #5D5D5D. Windows color (decimal): -2284992 or 4203229. OLE color: 4203229.

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

Color convert

RGB 221 34 64 -
CMYK 0 0.85 0.71 0.13
HSL 350.37º 0.73% 0.5% -
HSV(B) 350.37º 0.85% 0.87% -
XYZ 31.32 16.89 6.46 -
YUV 93.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 221 34 64 0 0.85 0.71 0.13 350.37 0.73 0.5
Hex DD 22 40 0 55 47 D 15E 49 32
Octal 335 42 100 0 125 107 15 536 111 62
Binary 11011101 100010 1000000 0 1010101 1000111 1101 101011110 1001001 110010

Color Harmonies of #DD2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2240

Black with #DD2240

Text Example


Text Example

White with #DD2240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2240; }

 p { color: rgb(221,34,64); }

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

background-color css

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

 a { background-color: rgb(221,34,64); }

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

border-color css

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

 span { border-color: rgb(221,34,64); }

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