Html Css Color HEX #DD213B Alizarin

📋 copy color: '#DD213B'

red 221 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #DD213B

Tints of Alizarin #DD213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 70.61%
G = 10.54%
B = 18.85%

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

#DD213B (or 0xDD213B) is known color: Alizarin. HEX triplet: DD, 21 and 3B. RGB value is (221,33,59). Sum of RGB (Red+Green+Blue) = 221+33+59=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD213B is #22DEC4. Grayscale: #5C5C5C. Windows color (decimal): -2285253 or 3875293. OLE color: 3875293.

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

Color convert

RGB 221 33 59 -
CMYK 0 0.85 0.73 0.13
HSL 351.7º 0.74% 0.5% -
HSV(B) 351.7º 0.85% 0.87% -
XYZ 31.15 16.78 5.73 -
YUV 92.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 221 33 59 0 0.85 0.73 0.13 351.7 0.74 0.5
Hex DD 21 3B 0 55 49 D 160 4A 32
Octal 335 41 73 0 125 111 15 540 112 62
Binary 11011101 100001 111011 0 1010101 1001001 1101 101100000 1001010 110010

Color Harmonies of #DD213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD213B

Black with #DD213B

Text Example


Text Example

White with #DD213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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