Html Css Color HEX #DD2C39 Alizarin

📋 copy color: '#DD2C39'

red 221 ◦ green 44 ◦ blue 57

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

Shades of Alizarin #DD2C39

Tints of Alizarin #DD2C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 68.63%
G = 13.66%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD2C39 (or 0xDD2C39) is known color: Alizarin. HEX triplet: DD, 2C and 39. RGB value is (221,44,57). Sum of RGB (Red+Green+Blue) = 221+44+57=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C39 is #22D3C6. Grayscale: #626262. Windows color (decimal): -2282439 or 3747037. OLE color: 3747037.

HSL color Cylindrical-coordinate representation of color #DD2C39: hue angle of 355.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C39 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 44 57 -
CMYK 0 0.80 0.74 0.13
HSL 355.59º 0.72% 0.52% -
HSV(B) 355.59º 0.8% 0.87% -
XYZ 31.46 17.47 5.58 -
YUV 98.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 221 44 57 0 0.80 0.74 0.13 355.59 0.72 0.52
Hex DD 2C 39 0 50 4A D 164 48 34
Octal 335 54 71 0 120 112 15 544 110 64
Binary 11011101 101100 111001 0 1010000 1001010 1101 101100100 1001000 110100

Color Harmonies of #DD2C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C39

Black with #DD2C39

Text Example


Text Example

White with #DD2C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C39; }

 p { color: rgb(221,44,57); }

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

background-color css

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

 a { background-color: rgb(221,44,57); }

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

border-color css

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

 span { border-color: rgb(221,44,57); }

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