Html Css Color HEX #DD323B Alizarin

📋 copy color: '#DD323B'

red 221 ◦ green 50 ◦ blue 59

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

Shades of Alizarin #DD323B

Tints of Alizarin #DD323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.15%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 66.97%
G = 15.15%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD323B (or 0xDD323B) is known color: Alizarin. HEX triplet: DD, 32 and 3B. RGB value is (221,50,59). Sum of RGB (Red+Green+Blue) = 221+50+59=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323B is #22CDC4. Grayscale: #666666. Windows color (decimal): -2280901 or 3879645. OLE color: 3879645.

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

Color convert

RGB 221 50 59 -
CMYK 0 0.77 0.73 0.13
HSL 356.84º 0.72% 0.53% -
HSV(B) 356.84º 0.77% 0.87% -
XYZ 31.75 17.97 5.93 -
YUV 102.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 221 50 59 0 0.77 0.73 0.13 356.84 0.72 0.53
Hex DD 32 3B 0 4D 49 D 165 48 35
Octal 335 62 73 0 115 111 15 545 110 65
Binary 11011101 110010 111011 0 1001101 1001001 1101 101100101 1001000 110101

Color Harmonies of #DD323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD323B

Black with #DD323B

Text Example


Text Example

White with #DD323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD323B; }

 p { color: rgb(221,50,59); }

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

background-color css

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

 a { background-color: rgb(221,50,59); }

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

border-color css

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

 span { border-color: rgb(221,50,59); }

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