Html Css Color HEX #DA2640 Alizarin

📋 copy color: '#DA2640'

red 218 ◦ green 38 ◦ blue 64

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

Shades of Alizarin #DA2640

Tints of Alizarin #DA2640

RGB

 RED value IS 218 (85.55% from 255) = 68.13%

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

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

R = 68.13%
G = 11.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA2640 (or 0xDA2640) is known color: Alizarin. HEX triplet: DA, 26 and 40. RGB value is (218,38,64). Sum of RGB (Red+Green+Blue) = 218+38+64=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2640 is #25D9BF. Grayscale: #5E5E5E. Windows color (decimal): -2480576 or 4204250. OLE color: 4204250.

HSL color Cylindrical-coordinate representation of color #DA2640: hue angle of 351.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2640 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 38 64 -
CMYK 0 0.83 0.71 0.15
HSL 351.33º 0.71% 0.5% -
HSV(B) 351.33º 0.83% 0.85% -
XYZ 30.53 16.66 6.46 -
YUV 94.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 218 38 64 0 0.83 0.71 0.15 351.33 0.71 0.5
Hex DA 26 40 0 53 47 F 15F 47 32
Octal 332 46 100 0 123 107 17 537 107 62
Binary 11011010 100110 1000000 0 1010011 1000111 1111 101011111 1000111 110010

Color Harmonies of #DA2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2640

Black with #DA2640

Text Example


Text Example

White with #DA2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2640; }

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

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

background-color css

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

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

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

border-color css

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

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

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