Html Css Color HEX #DD323F Alizarin

📋 copy color: '#DD323F'

red 221 ◦ green 50 ◦ blue 63

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

Shades of Alizarin #DD323F

Tints of Alizarin #DD323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 66.17%
G = 14.97%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD323F (or 0xDD323F) is known color: Alizarin. HEX triplet: DD, 32 and 3F. RGB value is (221,50,63). Sum of RGB (Red+Green+Blue) = 221+50+63=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323F is #22CDC0. Grayscale: #666666. Windows color (decimal): -2280897 or 4141789. OLE color: 4141789.

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

Color convert

RGB 221 50 63 -
CMYK 0 0.77 0.71 0.13
HSL 355.44º 0.72% 0.53% -
HSV(B) 355.44º 0.77% 0.87% -
XYZ 31.86 18.01 6.5 -
YUV 102.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 221 50 63 0 0.77 0.71 0.13 355.44 0.72 0.53
Hex DD 32 3F 0 4D 47 D 163 48 35
Octal 335 62 77 0 115 107 15 543 110 65
Binary 11011101 110010 111111 0 1001101 1000111 1101 101100011 1001000 110101

Color Harmonies of #DD323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD323F

Black with #DD323F

Text Example


Text Example

White with #DD323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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