Html Css Color HEX #DD222D Alizarin

📋 copy color: '#DD222D'

red 221 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #DD222D

Tints of Alizarin #DD222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 73.67%
G = 11.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD222D (or 0xDD222D) is known color: Alizarin. HEX triplet: DD, 22 and 2D. RGB value is (221,34,45). Sum of RGB (Red+Green+Blue) = 221+34+45=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD222D is #22DDD2. Grayscale: #5B5B5B. Windows color (decimal): -2285011 or 2958045. OLE color: 2958045.

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

Color convert

RGB 221 34 45 -
CMYK 0 0.85 0.80 0.13
HSL 356.47º 0.73% 0.5% -
HSV(B) 356.47º 0.85% 0.87% -
XYZ 30.86 16.71 4.08 -
YUV 91.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 221 34 45 0 0.85 0.80 0.13 356.47 0.73 0.5
Hex DD 22 2D 0 55 50 D 164 49 32
Octal 335 42 55 0 125 120 15 544 111 62
Binary 11011101 100010 101101 0 1010101 1010000 1101 101100100 1001001 110010

Color Harmonies of #DD222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD222D

Black with #DD222D

Text Example


Text Example

White with #DD222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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