Html Css Color HEX #DD293E Alizarin

📋 copy color: '#DD293E'

red 221 ◦ green 41 ◦ blue 62

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

Shades of Alizarin #DD293E

Tints of Alizarin #DD293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 68.21%
G = 12.65%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD293E (or 0xDD293E) is known color: Alizarin. HEX triplet: DD, 29 and 3E. RGB value is (221,41,62). Sum of RGB (Red+Green+Blue) = 221+41+62=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD293E is #22D6C1. Grayscale: #616161. Windows color (decimal): -2283202 or 4073949. OLE color: 4073949.

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

Color convert

RGB 221 41 62 -
CMYK 0 0.81 0.72 0.13
HSL 353º 0.73% 0.51% -
HSV(B) 353º 0.81% 0.87% -
XYZ 31.48 17.31 6.24 -
YUV 97.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 221 41 62 0 0.81 0.72 0.13 353 0.73 0.51
Hex DD 29 3E 0 51 48 D 161 49 33
Octal 335 51 76 0 121 110 15 541 111 63
Binary 11011101 101001 111110 0 1010001 1001000 1101 101100001 1001001 110011

Color Harmonies of #DD293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD293E

Black with #DD293E

Text Example


Text Example

White with #DD293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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