Html Css Color HEX #DA2540 Alizarin

📋 copy color: '#DA2540'

red 218 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #DA2540

Tints of Alizarin #DA2540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 68.34%
G = 11.6%
B = 20.06%

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

#DA2540 (or 0xDA2540) is known color: Alizarin. HEX triplet: DA, 25 and 40. RGB value is (218,37,64). Sum of RGB (Red+Green+Blue) = 218+37+64=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2540 is #25DABF. Grayscale: #5E5E5E. Windows color (decimal): -2480832 or 4203994. OLE color: 4203994.

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

Color convert

RGB 218 37 64 -
CMYK 0 0.83 0.71 0.15
HSL 351.05º 0.71% 0.5% -
HSV(B) 351.05º 0.83% 0.85% -
XYZ 30.5 16.6 6.45 -
YUV 94.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 218 37 64 0 0.83 0.71 0.15 351.05 0.71 0.5
Hex DA 25 40 0 53 47 F 15F 47 32
Octal 332 45 100 0 123 107 17 537 107 62
Binary 11011010 100101 1000000 0 1010011 1000111 1111 101011111 1000111 110010

Color Harmonies of #DA2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2540

Black with #DA2540

Text Example


Text Example

White with #DA2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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