Html Css Color HEX #DA2642 Alizarin

📋 copy color: '#DA2642'

red 218 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #DA2642

Tints of Alizarin #DA2642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 67.7%
G = 11.8%
B = 20.5%

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

#DA2642 (or 0xDA2642) is known color: Alizarin. HEX triplet: DA, 26 and 42. RGB value is (218,38,66). Sum of RGB (Red+Green+Blue) = 218+38+66=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2642 is #25D9BD. Grayscale: #5F5F5F. Windows color (decimal): -2480574 or 4335322. OLE color: 4335322.

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

Color convert

RGB 218 38 66 -
CMYK 0 0.83 0.70 0.15
HSL 350.67º 0.71% 0.5% -
HSV(B) 350.67º 0.83% 0.85% -
XYZ 30.59 16.69 6.76 -
YUV 95.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 218 38 66 0 0.83 0.70 0.15 350.67 0.71 0.5
Hex DA 26 42 0 53 46 F 15F 47 32
Octal 332 46 102 0 123 106 17 537 107 62
Binary 11011010 100110 1000010 0 1010011 1000110 1111 101011111 1000111 110010

Color Harmonies of #DA2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2642

Black with #DA2642

Text Example


Text Example

White with #DA2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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