Html Css Color HEX #DD293A Alizarin

📋 copy color: '#DD293A'

red 221 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #DD293A

Tints of Alizarin #DD293A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 69.06%
G = 12.81%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD293A (or 0xDD293A) is known color: Alizarin. HEX triplet: DD, 29 and 3A. RGB value is (221,41,58). Sum of RGB (Red+Green+Blue) = 221+41+58=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD293A is #22D6C5. Grayscale: #606060. Windows color (decimal): -2283206 or 3811805. OLE color: 3811805.

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

Color convert

RGB 221 41 58 -
CMYK 0 0.81 0.74 0.13
HSL 354.33º 0.73% 0.51% -
HSV(B) 354.33º 0.81% 0.87% -
XYZ 31.38 17.26 5.68 -
YUV 96.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 221 41 58 0 0.81 0.74 0.13 354.33 0.73 0.51
Hex DD 29 3A 0 51 4A D 162 49 33
Octal 335 51 72 0 121 112 15 542 111 63
Binary 11011101 101001 111010 0 1010001 1001010 1101 101100010 1001001 110011

Color Harmonies of #DD293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD293A

Black with #DD293A

Text Example


Text Example

White with #DD293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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