Html Css Color HEX #DA2529 Alizarin

📋 copy color: '#DA2529'

red 218 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #DA2529

Tints of Alizarin #DA2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.85%

R = 73.65%
G = 12.5%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA2529 (or 0xDA2529) is known color: Alizarin. HEX triplet: DA, 25 and 29. RGB value is (218,37,41). Sum of RGB (Red+Green+Blue) = 218+37+41=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2529 is #25DAD6. Grayscale: #5B5B5B. Windows color (decimal): -2480855 or 2696666. OLE color: 2696666.

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

Color convert

RGB 218 37 41 -
CMYK 0 0.83 0.81 0.15
HSL 358.67º 0.71% 0.5% -
HSV(B) 358.67º 0.83% 0.85% -
XYZ 29.98 16.39 3.68 -
YUV 91.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 218 37 41 0 0.83 0.81 0.15 358.67 0.71 0.5
Hex DA 25 29 0 53 51 F 167 47 32
Octal 332 45 51 0 123 121 17 547 107 62
Binary 11011010 100101 101001 0 1010011 1010001 1111 101100111 1000111 110010

Color Harmonies of #DA2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2529

Black with #DA2529

Text Example


Text Example

White with #DA2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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