Html Css Color HEX #DD2129 Alizarin

📋 copy color: '#DD2129'

red 221 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #DD2129

Tints of Alizarin #DD2129

RGB

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

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

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

R = 74.92%
G = 11.19%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD2129 (or 0xDD2129) is known color: Alizarin. HEX triplet: DD, 21 and 29. RGB value is (221,33,41). Sum of RGB (Red+Green+Blue) = 221+33+41=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2129 is #22DED6. Grayscale: #5A5A5A. Windows color (decimal): -2285271 or 2695645. OLE color: 2695645.

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

Color convert

RGB 221 33 41 -
CMYK 0 0.85 0.81 0.13
HSL 357.45º 0.74% 0.5% -
HSV(B) 357.45º 0.85% 0.87% -
XYZ 30.76 16.62 3.68 -
YUV 90.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 221 33 41 0 0.85 0.81 0.13 357.45 0.74 0.5
Hex DD 21 29 0 55 51 D 165 4A 32
Octal 335 41 51 0 125 121 15 545 112 62
Binary 11011101 100001 101001 0 1010101 1010001 1101 101100101 1001010 110010

Color Harmonies of #DD2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2129

Black with #DD2129

Text Example


Text Example

White with #DD2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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