Html Css Color HEX #DA2639 Alizarin

📋 copy color: '#DA2639'

red 218 ◦ green 38 ◦ blue 57

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

Shades of Alizarin #DA2639

Tints of Alizarin #DA2639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 69.65%
G = 12.14%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2639 (or 0xDA2639) is known color: Alizarin. HEX triplet: DA, 26 and 39. RGB value is (218,38,57). Sum of RGB (Red+Green+Blue) = 218+38+57=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2639 is #25D9C6. Grayscale: #5E5E5E. Windows color (decimal): -2480583 or 3745498. OLE color: 3745498.

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

Color convert

RGB 218 38 57 -
CMYK 0 0.83 0.74 0.15
HSL 353.67º 0.71% 0.5% -
HSV(B) 353.67º 0.83% 0.85% -
XYZ 30.35 16.59 5.47 -
YUV 93.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 218 38 57 0 0.83 0.74 0.15 353.67 0.71 0.5
Hex DA 26 39 0 53 4A F 162 47 32
Octal 332 46 71 0 123 112 17 542 107 62
Binary 11011010 100110 111001 0 1010011 1001010 1111 101100010 1000111 110010

Color Harmonies of #DA2639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2639

Black with #DA2639

Text Example


Text Example

White with #DA2639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2639; }

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

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

background-color css

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

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

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

border-color css

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

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

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