Html Css Color HEX #DA2641 Alizarin

📋 copy color: '#DA2641'

red 218 ◦ green 38 ◦ blue 65

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

Shades of Alizarin #DA2641

Tints of Alizarin #DA2641

RGB

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

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

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

R = 67.91%
G = 11.84%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2641 (or 0xDA2641) is known color: Alizarin. HEX triplet: DA, 26 and 41. RGB value is (218,38,65). Sum of RGB (Red+Green+Blue) = 218+38+65=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2641 is #25D9BE. Grayscale: #5E5E5E. Windows color (decimal): -2480575 or 4269786. OLE color: 4269786.

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

Color convert

RGB 218 38 65 -
CMYK 0 0.83 0.70 0.15
HSL 351º 0.71% 0.5% -
HSV(B) 351º 0.83% 0.85% -
XYZ 30.56 16.67 6.61 -
YUV 94.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 218 38 65 0 0.83 0.70 0.15 351 0.71 0.5
Hex DA 26 41 0 53 46 F 15F 47 32
Octal 332 46 101 0 123 106 17 537 107 62
Binary 11011010 100110 1000001 0 1010011 1000110 1111 101011111 1000111 110010

Color Harmonies of #DA2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2641

Black with #DA2641

Text Example


Text Example

White with #DA2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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