Html Css Color HEX #DD2641 Alizarin

📋 copy color: '#DD2641'

red 221 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DD2641

Tints of Alizarin #DD2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.73%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 68.21%
G = 11.73%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2641 (or 0xDD2641) is known color: Alizarin. HEX triplet: DD, 26 and 41. RGB value is (221,38,65). Sum of RGB (Red+Green+Blue) = 221+38+65=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2641 is #22D9BE. Grayscale: #5F5F5F. Windows color (decimal): -2283967 or 4269789. OLE color: 4269789.

HSL color Cylindrical-coordinate representation of color #DD2641: hue angle of 351.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2641 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 38 65 -
CMYK 0 0.83 0.71 0.13
HSL 351.15º 0.73% 0.51% -
HSV(B) 351.15º 0.83% 0.87% -
XYZ 31.47 17.14 6.65 -
YUV 95.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 221 38 65 0 0.83 0.71 0.13 351.15 0.73 0.51
Hex DD 26 41 0 53 47 D 15F 49 33
Octal 335 46 101 0 123 107 15 537 111 63
Binary 11011101 100110 1000001 0 1010011 1000111 1101 101011111 1001001 110011

Color Harmonies of #DD2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2641

Black with #DD2641

Text Example


Text Example

White with #DD2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2641; }

 p { color: rgb(221,38,65); }

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

background-color css

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

 a { background-color: rgb(221,38,65); }

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

border-color css

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

 span { border-color: rgb(221,38,65); }

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