Html Css Color HEX #DD323A Alizarin

📋 copy color: '#DD323A'

red 221 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #DD323A

Tints of Alizarin #DD323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 67.17%
G = 15.2%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD323A (or 0xDD323A) is known color: Alizarin. HEX triplet: DD, 32 and 3A. RGB value is (221,50,58). Sum of RGB (Red+Green+Blue) = 221+50+58=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD323A is #22CDC5. Grayscale: #666666. Windows color (decimal): -2280902 or 3814109. OLE color: 3814109.

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

Color convert

RGB 221 50 58 -
CMYK 0 0.77 0.74 0.13
HSL 357.19º 0.72% 0.53% -
HSV(B) 357.19º 0.77% 0.87% -
XYZ 31.72 17.96 5.8 -
YUV 102.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 221 50 58 0 0.77 0.74 0.13 357.19 0.72 0.53
Hex DD 32 3A 0 4D 4A D 165 48 35
Octal 335 62 72 0 115 112 15 545 110 65
Binary 11011101 110010 111010 0 1001101 1001010 1101 101100101 1001000 110101

Color Harmonies of #DD323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD323A

Black with #DD323A

Text Example


Text Example

White with #DD323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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