Html Css Color HEX #DA2637 Alizarin

📋 copy color: '#DA2637'

red 218 ◦ green 38 ◦ blue 55

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

Shades of Alizarin #DA2637

Tints of Alizarin #DA2637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 70.1%
G = 12.22%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA2637 (or 0xDA2637) is known color: Alizarin. HEX triplet: DA, 26 and 37. RGB value is (218,38,55). Sum of RGB (Red+Green+Blue) = 218+38+55=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2637 is #25D9C8. Grayscale: #5D5D5D. Windows color (decimal): -2480585 or 3614426. OLE color: 3614426.

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

Color convert

RGB 218 38 55 -
CMYK 0 0.83 0.75 0.15
HSL 354.33º 0.71% 0.5% -
HSV(B) 354.33º 0.83% 0.85% -
XYZ 30.3 16.57 5.22 -
YUV 93.76 106.13 216.62 -
System Red Green Blue C M Y K H S L
Decimal 218 38 55 0 0.83 0.75 0.15 354.33 0.71 0.5
Hex DA 26 37 0 53 4B F 162 47 32
Octal 332 46 67 0 123 113 17 542 107 62
Binary 11011010 100110 110111 0 1010011 1001011 1111 101100010 1000111 110010

Color Harmonies of #DA2637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2637

Black with #DA2637

Text Example


Text Example

White with #DA2637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2637; }

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

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

background-color css

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

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

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

border-color css

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

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

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