Html Css Color HEX #DD223D Alizarin

📋 copy color: '#DD223D'

red 221 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #DD223D

Tints of Alizarin #DD223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 69.94%
G = 10.76%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD223D (or 0xDD223D) is known color: Alizarin. HEX triplet: DD, 22 and 3D. RGB value is (221,34,61). Sum of RGB (Red+Green+Blue) = 221+34+61=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD223D is #22DDC2. Grayscale: #5D5D5D. Windows color (decimal): -2284995 or 4006621. OLE color: 4006621.

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

Color convert

RGB 221 34 61 -
CMYK 0 0.85 0.72 0.13
HSL 351.34º 0.73% 0.5% -
HSV(B) 351.34º 0.85% 0.87% -
XYZ 31.23 16.85 6.02 -
YUV 92.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 221 34 61 0 0.85 0.72 0.13 351.34 0.73 0.5
Hex DD 22 3D 0 55 48 D 15F 49 32
Octal 335 42 75 0 125 110 15 537 111 62
Binary 11011101 100010 111101 0 1010101 1001000 1101 101011111 1001001 110010

Color Harmonies of #DD223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD223D

Black with #DD223D

Text Example


Text Example

White with #DD223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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