Html Css Color HEX #ED2529 Alizarin

📋 copy color: '#ED2529'

red 237 ◦ green 37 ◦ blue 41

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

Shades of Alizarin #ED2529

Tints of Alizarin #ED2529

RGB

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

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

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

R = 75.24%
G = 11.75%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED2529 (or 0xED2529) is known color: Alizarin. HEX triplet: ED, 25 and 29. RGB value is (237,37,41). Sum of RGB (Red+Green+Blue) = 237+37+41=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2529 is #12DAD6. Grayscale: #616161. Windows color (decimal): -1235671 or 2696685. OLE color: 2696685.

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

Color convert

RGB 237 37 41 -
CMYK 0 0.84 0.83 0.07
HSL 358.8º 0.85% 0.54% -
HSV(B) 358.8º 0.84% 0.93% -
XYZ 35.99 19.49 3.96 -
YUV 97.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 237 37 41 0 0.84 0.83 0.07 358.8 0.85 0.54
Hex ED 25 29 0 54 53 7 167 55 36
Octal 355 45 51 0 124 123 7 547 125 66
Binary 11101101 100101 101001 0 1010100 1010011 111 101100111 1010101 110110

Color Harmonies of #ED2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2529

Black with #ED2529

Text Example


Text Example

White with #ED2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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