Html Css Color HEX #DD222B Alizarin

📋 copy color: '#DD222B'

red 221 ◦ green 34 ◦ blue 43

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

Shades of Alizarin #DD222B

Tints of Alizarin #DD222B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 74.16%
G = 11.41%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD222B (or 0xDD222B) is known color: Alizarin. HEX triplet: DD, 22 and 2B. RGB value is (221,34,43). Sum of RGB (Red+Green+Blue) = 221+34+43=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD222B is #22DDD4. Grayscale: #5B5B5B. Windows color (decimal): -2285013 or 2826973. OLE color: 2826973.

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

Color convert

RGB 221 34 43 -
CMYK 0 0.85 0.81 0.13
HSL 357.11º 0.73% 0.5% -
HSV(B) 357.11º 0.85% 0.87% -
XYZ 30.83 16.69 3.88 -
YUV 90.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 221 34 43 0 0.85 0.81 0.13 357.11 0.73 0.5
Hex DD 22 2B 0 55 51 D 165 49 32
Octal 335 42 53 0 125 121 15 545 111 62
Binary 11011101 100010 101011 0 1010101 1010001 1101 101100101 1001001 110010

Color Harmonies of #DD222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD222B

Black with #DD222B

Text Example


Text Example

White with #DD222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD222B; }

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

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

background-color css

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

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

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

border-color css

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

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

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