Html Css Color HEX #DD293D Alizarin

📋 copy color: '#DD293D'

red 221 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #DD293D

Tints of Alizarin #DD293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 68.42%
G = 12.69%
B = 18.89%

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

#DD293D (or 0xDD293D) is known color: Alizarin. HEX triplet: DD, 29 and 3D. RGB value is (221,41,61). Sum of RGB (Red+Green+Blue) = 221+41+61=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD293D is #22D6C2. Grayscale: #616161. Windows color (decimal): -2283203 or 4008413. OLE color: 4008413.

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

Color convert

RGB 221 41 61 -
CMYK 0 0.81 0.72 0.13
HSL 353.33º 0.73% 0.51% -
HSV(B) 353.33º 0.81% 0.87% -
XYZ 31.45 17.29 6.1 -
YUV 97.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 221 41 61 0 0.81 0.72 0.13 353.33 0.73 0.51
Hex DD 29 3D 0 51 48 D 161 49 33
Octal 335 51 75 0 121 110 15 541 111 63
Binary 11011101 101001 111101 0 1010001 1001000 1101 101100001 1001001 110011

Color Harmonies of #DD293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD293D

Black with #DD293D

Text Example


Text Example

White with #DD293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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