Html Css Color HEX #DA2539 Alizarin

📋 copy color: '#DA2539'

red 218 ◦ green 37 ◦ blue 57

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

Shades of Alizarin #DA2539

Tints of Alizarin #DA2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 69.87%
G = 11.86%
B = 18.27%

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

#DA2539 (or 0xDA2539) is known color: Alizarin. HEX triplet: DA, 25 and 39. RGB value is (218,37,57). Sum of RGB (Red+Green+Blue) = 218+37+57=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2539 is #25DAC6. Grayscale: #5D5D5D. Windows color (decimal): -2480839 or 3745242. OLE color: 3745242.

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

Color convert

RGB 218 37 57 -
CMYK 0 0.83 0.74 0.15
HSL 353.37º 0.71% 0.5% -
HSV(B) 353.37º 0.83% 0.85% -
XYZ 30.31 16.52 5.46 -
YUV 93.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 218 37 57 0 0.83 0.74 0.15 353.37 0.71 0.5
Hex DA 25 39 0 53 4A F 161 47 32
Octal 332 45 71 0 123 112 17 541 107 62
Binary 11011010 100101 111001 0 1010011 1001010 1111 101100001 1000111 110010

Color Harmonies of #DA2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2539

Black with #DA2539

Text Example


Text Example

White with #DA2539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2539; }

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

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

background-color css

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

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

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

border-color css

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

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

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