Html Css Color HEX #DD223B Alizarin

📋 copy color: '#DD223B'

red 221 ◦ green 34 ◦ blue 59

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

Shades of Alizarin #DD223B

Tints of Alizarin #DD223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

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

R = 70.38%
G = 10.83%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD223B (or 0xDD223B) is known color: Alizarin. HEX triplet: DD, 22 and 3B. RGB value is (221,34,59). Sum of RGB (Red+Green+Blue) = 221+34+59=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD223B is #22DDC4. Grayscale: #5C5C5C. Windows color (decimal): -2284997 or 3875549. OLE color: 3875549.

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

Color convert

RGB 221 34 59 -
CMYK 0 0.85 0.73 0.13
HSL 351.98º 0.73% 0.5% -
HSV(B) 351.98º 0.85% 0.87% -
XYZ 31.18 16.83 5.74 -
YUV 92.76 108.95 219.47 -
System Red Green Blue C M Y K H S L
Decimal 221 34 59 0 0.85 0.73 0.13 351.98 0.73 0.5
Hex DD 22 3B 0 55 49 D 160 49 32
Octal 335 42 73 0 125 111 15 540 111 62
Binary 11011101 100010 111011 0 1010101 1001001 1101 101100000 1001001 110010

Color Harmonies of #DD223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD223B

Black with #DD223B

Text Example


Text Example

White with #DD223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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