Html Css Color HEX #ED2526 Alizarin

📋 copy color: '#ED2526'

red 237 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #ED2526

Tints of Alizarin #ED2526

RGB

 RED value IS 237 (92.97% from 255) = 75.96%

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

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

R = 75.96%
G = 11.86%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED2526 (or 0xED2526) is known color: Alizarin. HEX triplet: ED, 25 and 26. RGB value is (237,37,38). Sum of RGB (Red+Green+Blue) = 237+37+38=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2526 is #12DAD9. Grayscale: #616161. Windows color (decimal): -1235674 or 2500077. OLE color: 2500077.

HSL color Cylindrical-coordinate representation of color #ED2526: hue angle of 359.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED2526 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 37 38 -
CMYK 0 0.84 0.84 0.07
HSL 359.7º 0.85% 0.54% -
HSV(B) 359.7º 0.84% 0.93% -
XYZ 35.94 19.47 3.7 -
YUV 96.91 94.76 227.92 -
System Red Green Blue C M Y K H S L
Decimal 237 37 38 0 0.84 0.84 0.07 359.7 0.85 0.54
Hex ED 25 26 0 54 54 7 168 55 36
Octal 355 45 46 0 124 124 7 550 125 66
Binary 11101101 100101 100110 0 1010100 1010100 111 101101000 1010101 110110

Color Harmonies of #ED2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2526

Black with #ED2526

Text Example


Text Example

White with #ED2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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