Html Css Color HEX #DD2629 Alizarin

📋 copy color: '#DD2629'

red 221 ◦ green 38 ◦ blue 41

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

Shades of Alizarin #DD2629

Tints of Alizarin #DD2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

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

R = 73.67%
G = 12.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD2629 (or 0xDD2629) is known color: Alizarin. HEX triplet: DD, 26 and 29. RGB value is (221,38,41). Sum of RGB (Red+Green+Blue) = 221+38+41=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2629 is #22D9D6. Grayscale: #5D5D5D. Windows color (decimal): -2283991 or 2696925. OLE color: 2696925.

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

Color convert

RGB 221 38 41 -
CMYK 0 0.83 0.81 0.13
HSL 359.02º 0.73% 0.51% -
HSV(B) 359.02º 0.83% 0.87% -
XYZ 30.91 16.92 3.73 -
YUV 93.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 221 38 41 0 0.83 0.81 0.13 359.02 0.73 0.51
Hex DD 26 29 0 53 51 D 167 49 33
Octal 335 46 51 0 123 121 15 547 111 63
Binary 11011101 100110 101001 0 1010011 1010001 1101 101100111 1001001 110011

Color Harmonies of #DD2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2629

Black with #DD2629

Text Example


Text Example

White with #DD2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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