Html Css Color HEX #DA2440 Alizarin

📋 copy color: '#DA2440'

red 218 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #DA2440

Tints of Alizarin #DA2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 68.55%
G = 11.32%
B = 20.13%

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

#DA2440 (or 0xDA2440) is known color: Alizarin. HEX triplet: DA, 24 and 40. RGB value is (218,36,64). Sum of RGB (Red+Green+Blue) = 218+36+64=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2440 is #25DBBF. Grayscale: #5D5D5D. Windows color (decimal): -2481088 or 4203738. OLE color: 4203738.

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

Color convert

RGB 218 36 64 -
CMYK 0 0.83 0.71 0.15
HSL 350.77º 0.72% 0.5% -
HSV(B) 350.77º 0.83% 0.85% -
XYZ 30.47 16.54 6.44 -
YUV 93.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 218 36 64 0 0.83 0.71 0.15 350.77 0.72 0.5
Hex DA 24 40 0 53 47 F 15F 48 32
Octal 332 44 100 0 123 107 17 537 110 62
Binary 11011010 100100 1000000 0 1010011 1000111 1111 101011111 1001000 110010

Color Harmonies of #DA2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2440

Black with #DA2440

Text Example


Text Example

White with #DA2440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2440; }

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

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

background-color css

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

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

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

border-color css

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

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

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