Html Css Color HEX #ED2540 Alizarin

📋 copy color: '#ED2540'

red 237 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #ED2540

Tints of Alizarin #ED2540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 70.12%
G = 10.95%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED2540 (or 0xED2540) is known color: Alizarin. HEX triplet: ED, 25 and 40. RGB value is (237,37,64). Sum of RGB (Red+Green+Blue) = 237+37+64=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2540 is #12DABF. Grayscale: #636363. Windows color (decimal): -1235648 or 4204013. OLE color: 4204013.

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

Color convert

RGB 237 37 64 -
CMYK 0 0.84 0.73 0.07
HSL 351.9º 0.85% 0.54% -
HSV(B) 351.9º 0.84% 0.93% -
XYZ 36.51 19.7 6.73 -
YUV 99.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 237 37 64 0 0.84 0.73 0.07 351.9 0.85 0.54
Hex ED 25 40 0 54 49 7 160 55 36
Octal 355 45 100 0 124 111 7 540 125 66
Binary 11101101 100101 1000000 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #ED2540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2540

Black with #ED2540

Text Example


Text Example

White with #ED2540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2540; }

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

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

background-color css

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

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

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

border-color css

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

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

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