Html Css Color HEX #DA2526 Alizarin

📋 copy color: '#DA2526'

red 218 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #DA2526

Tints of Alizarin #DA2526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 74.4%
G = 12.63%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2526 (or 0xDA2526) is known color: Alizarin. HEX triplet: DA, 25 and 26. RGB value is (218,37,38). Sum of RGB (Red+Green+Blue) = 218+37+38=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2526 is #25DAD9. Grayscale: #5B5B5B. Windows color (decimal): -2480858 or 2500058. OLE color: 2500058.

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

Color convert

RGB 218 37 38 -
CMYK 0 0.83 0.83 0.15
HSL 359.67º 0.71% 0.5% -
HSV(B) 359.67º 0.83% 0.85% -
XYZ 29.92 16.37 3.42 -
YUV 91.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 218 37 38 0 0.83 0.83 0.15 359.67 0.71 0.5
Hex DA 25 26 0 53 53 F 168 47 32
Octal 332 45 46 0 123 123 17 550 107 62
Binary 11011010 100101 100110 0 1010011 1010011 1111 101101000 1000111 110010

Color Harmonies of #DA2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2526

Black with #DA2526

Text Example


Text Example

White with #DA2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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