Html Css Color HEX #DD2640 Alizarin

📋 copy color: '#DD2640'

red 221 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #DD2640

Tints of Alizarin #DD2640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 68.42%
G = 11.76%
B = 19.81%

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

#DD2640 (or 0xDD2640) is known color: Alizarin. HEX triplet: DD, 26 and 40. RGB value is (221,38,64). Sum of RGB (Red+Green+Blue) = 221+38+64=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2640 is #22D9BF. Grayscale: #5F5F5F. Windows color (decimal): -2283968 or 4204253. OLE color: 4204253.

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

Color convert

RGB 221 38 64 -
CMYK 0 0.83 0.71 0.13
HSL 351.48º 0.73% 0.51% -
HSV(B) 351.48º 0.83% 0.87% -
XYZ 31.44 17.13 6.5 -
YUV 95.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 221 38 64 0 0.83 0.71 0.13 351.48 0.73 0.51
Hex DD 26 40 0 53 47 D 15F 49 33
Octal 335 46 100 0 123 107 15 537 111 63
Binary 11011101 100110 1000000 0 1010011 1000111 1101 101011111 1001001 110011

Color Harmonies of #DD2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2640

Black with #DD2640

Text Example


Text Example

White with #DD2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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