Html Css Color HEX #DD2C37 Alizarin

📋 copy color: '#DD2C37'

red 221 ◦ green 44 ◦ blue 55

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

Shades of Alizarin #DD2C37

Tints of Alizarin #DD2C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 69.06%
G = 13.75%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2C37 (or 0xDD2C37) is known color: Alizarin. HEX triplet: DD, 2C and 37. RGB value is (221,44,55). Sum of RGB (Red+Green+Blue) = 221+44+55=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C37 is #22D3C8. Grayscale: #626262. Windows color (decimal): -2282441 or 3615965. OLE color: 3615965.

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

Color convert

RGB 221 44 55 -
CMYK 0 0.80 0.75 0.13
HSL 356.27º 0.72% 0.52% -
HSV(B) 356.27º 0.8% 0.87% -
XYZ 31.41 17.45 5.33 -
YUV 98.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 221 44 55 0 0.80 0.75 0.13 356.27 0.72 0.52
Hex DD 2C 37 0 50 4B D 164 48 34
Octal 335 54 67 0 120 113 15 544 110 64
Binary 11011101 101100 110111 0 1010000 1001011 1101 101100100 1001000 110100

Color Harmonies of #DD2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C37

Black with #DD2C37

Text Example


Text Example

White with #DD2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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