Html Css Color HEX #DD292A Alizarin

📋 copy color: '#DD292A'

red 221 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #DD292A

Tints of Alizarin #DD292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 72.7%
G = 13.49%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD292A (or 0xDD292A) is known color: Alizarin. HEX triplet: DD, 29 and 2A. RGB value is (221,41,42). Sum of RGB (Red+Green+Blue) = 221+41+42=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292A is #22D6D5. Grayscale: #5F5F5F. Windows color (decimal): -2283222 or 2763229. OLE color: 2763229.

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

Color convert

RGB 221 41 42 -
CMYK 0 0.81 0.81 0.13
HSL 359.67º 0.73% 0.51% -
HSV(B) 359.67º 0.81% 0.87% -
XYZ 31.03 17.13 3.86 -
YUV 94.93 98.13 217.92 -
System Red Green Blue C M Y K H S L
Decimal 221 41 42 0 0.81 0.81 0.13 359.67 0.73 0.51
Hex DD 29 2A 0 51 51 D 168 49 33
Octal 335 51 52 0 121 121 15 550 111 63
Binary 11011101 101001 101010 0 1010001 1010001 1101 101101000 1001001 110011

Color Harmonies of #DD292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD292A

Black with #DD292A

Text Example


Text Example

White with #DD292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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