Html Css Color HEX #DD2329 Alizarin

📋 copy color: '#DD2329'

red 221 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #DD2329

Tints of Alizarin #DD2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 74.41%
G = 11.78%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD2329 (or 0xDD2329) is known color: Alizarin. HEX triplet: DD, 23 and 29. RGB value is (221,35,41). Sum of RGB (Red+Green+Blue) = 221+35+41=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2329 is #22DCD6. Grayscale: #5B5B5B. Windows color (decimal): -2284759 or 2696157. OLE color: 2696157.

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

Color convert

RGB 221 35 41 -
CMYK 0 0.84 0.81 0.13
HSL 358.06º 0.73% 0.5% -
HSV(B) 358.06º 0.84% 0.87% -
XYZ 30.82 16.73 3.7 -
YUV 91.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 221 35 41 0 0.84 0.81 0.13 358.06 0.73 0.5
Hex DD 23 29 0 54 51 D 166 49 32
Octal 335 43 51 0 124 121 15 546 111 62
Binary 11011101 100011 101001 0 1010100 1010001 1101 101100110 1001001 110010

Color Harmonies of #DD2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2329

Black with #DD2329

Text Example


Text Example

White with #DD2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2329; }

 p { color: rgb(221,35,41); }

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

background-color css

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

 a { background-color: rgb(221,35,41); }

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

border-color css

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

 span { border-color: rgb(221,35,41); }

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