Html Css Color HEX #DD293F Alizarin

📋 copy color: '#DD293F'

red 221 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #DD293F

Tints of Alizarin #DD293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 68%
G = 12.62%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD293F (or 0xDD293F) is known color: Alizarin. HEX triplet: DD, 29 and 3F. RGB value is (221,41,63). Sum of RGB (Red+Green+Blue) = 221+41+63=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD293F is #22D6C0. Grayscale: #616161. Windows color (decimal): -2283201 or 4139485. OLE color: 4139485.

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

Color convert

RGB 221 41 63 -
CMYK 0 0.81 0.71 0.13
HSL 352.67º 0.73% 0.51% -
HSV(B) 352.67º 0.81% 0.87% -
XYZ 31.51 17.32 6.38 -
YUV 97.33 108.63 216.21 -
System Red Green Blue C M Y K H S L
Decimal 221 41 63 0 0.81 0.71 0.13 352.67 0.73 0.51
Hex DD 29 3F 0 51 47 D 161 49 33
Octal 335 51 77 0 121 107 15 541 111 63
Binary 11011101 101001 111111 0 1010001 1000111 1101 101100001 1001001 110011

Color Harmonies of #DD293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD293F

Black with #DD293F

Text Example


Text Example

White with #DD293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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