Html Css Color HEX #DD292C Alizarin

📋 copy color: '#DD292C'

red 221 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #DD292C

Tints of Alizarin #DD292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 72.22%
G = 13.4%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD292C (or 0xDD292C) is known color: Alizarin. HEX triplet: DD, 29 and 2C. RGB value is (221,41,44). Sum of RGB (Red+Green+Blue) = 221+41+44=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292C is #22D6D3. Grayscale: #5F5F5F. Windows color (decimal): -2283220 or 2894301. OLE color: 2894301.

HSL color Cylindrical-coordinate representation of color #DD292C: hue angle of 359º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD292C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 44 -
CMYK 0 0.81 0.80 0.13
HSL 359º 0.73% 0.51% -
HSV(B) 359º 0.81% 0.87% -
XYZ 31.07 17.14 4.05 -
YUV 95.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 221 41 44 0 0.81 0.80 0.13 359 0.73 0.51
Hex DD 29 2C 0 51 50 D 167 49 33
Octal 335 51 54 0 121 120 15 547 111 63
Binary 11011101 101001 101100 0 1010001 1010000 1101 101100111 1001001 110011

Color Harmonies of #DD292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD292C

Black with #DD292C

Text Example


Text Example

White with #DD292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD292C; }

 p { color: rgb(221,41,44); }

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

background-color css

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

 a { background-color: rgb(221,41,44); }

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

border-color css

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

 span { border-color: rgb(221,41,44); }

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