Html Css Color HEX #ED2541 Alizarin

📋 copy color: '#ED2541'

red 237 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #ED2541

Tints of Alizarin #ED2541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 69.91%
G = 10.91%
B = 19.17%

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

#ED2541 (or 0xED2541) is known color: Alizarin. HEX triplet: ED, 25 and 41. RGB value is (237,37,65). Sum of RGB (Red+Green+Blue) = 237+37+65=339 (44% of max value = 765). Red value is 237 (92.97% from 255 or 69.91% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2541 is #12DABE. Grayscale: #646464. Windows color (decimal): -1235647 or 4269549. OLE color: 4269549.

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

Color convert

RGB 237 37 65 -
CMYK 0 0.84 0.73 0.07
HSL 351.6º 0.85% 0.54% -
HSV(B) 351.6º 0.84% 0.93% -
XYZ 36.54 19.71 6.88 -
YUV 99.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 237 37 65 0 0.84 0.73 0.07 351.6 0.85 0.54
Hex ED 25 41 0 54 49 7 160 55 36
Octal 355 45 101 0 124 111 7 540 125 66
Binary 11101101 100101 1000001 0 1010100 1001001 111 101100000 1010101 110110

Color Harmonies of #ED2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2541

Black with #ED2541

Text Example


Text Example

White with #ED2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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