Html Css Color HEX #DA2039 Alizarin

📋 copy color: '#DA2039'

red 218 ◦ green 32 ◦ blue 57

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

Shades of Alizarin #DA2039

Tints of Alizarin #DA2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 71.01%
G = 10.42%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA2039 (or 0xDA2039) is known color: Alizarin. HEX triplet: DA, 20 and 39. RGB value is (218,32,57). Sum of RGB (Red+Green+Blue) = 218+32+57=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2039 is #25DFC6. Grayscale: #5A5A5A. Windows color (decimal): -2482119 or 3743962. OLE color: 3743962.

HSL color Cylindrical-coordinate representation of color #DA2039: hue angle of 351.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2039 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 57 -
CMYK 0 0.85 0.74 0.15
HSL 351.94º 0.74% 0.49% -
HSV(B) 351.94º 0.85% 0.85% -
XYZ 30.17 16.23 5.41 -
YUV 90.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 218 32 57 0 0.85 0.74 0.15 351.94 0.74 0.49
Hex DA 20 39 0 55 4A F 160 4A 31
Octal 332 40 71 0 125 112 17 540 112 61
Binary 11011010 100000 111001 0 1010101 1001010 1111 101100000 1001010 110001

Color Harmonies of #DA2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2039

Black with #DA2039

Text Example


Text Example

White with #DA2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2039; }

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

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

background-color css

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

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

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

border-color css

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

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

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