Html Css Color HEX #DD293C Alizarin

📋 copy color: '#DD293C'

red 221 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #DD293C

Tints of Alizarin #DD293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 68.63%
G = 12.73%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD293C (or 0xDD293C) is known color: Alizarin. HEX triplet: DD, 29 and 3C. RGB value is (221,41,60). Sum of RGB (Red+Green+Blue) = 221+41+60=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD293C is #22D6C3. Grayscale: #616161. Windows color (decimal): -2283204 or 3942877. OLE color: 3942877.

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

Color convert

RGB 221 41 60 -
CMYK 0 0.81 0.73 0.13
HSL 353.67º 0.73% 0.51% -
HSV(B) 353.67º 0.81% 0.87% -
XYZ 31.43 17.28 5.95 -
YUV 96.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 221 41 60 0 0.81 0.73 0.13 353.67 0.73 0.51
Hex DD 29 3C 0 51 49 D 162 49 33
Octal 335 51 74 0 121 111 15 542 111 63
Binary 11011101 101001 111100 0 1010001 1001001 1101 101100010 1001001 110011

Color Harmonies of #DD293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD293C

Black with #DD293C

Text Example


Text Example

White with #DD293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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