Html Css Color HEX #ED242C Alizarin

📋 copy color: '#ED242C'

red 237 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #ED242C

Tints of Alizarin #ED242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 74.76%
G = 11.36%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED242C (or 0xED242C) is known color: Alizarin. HEX triplet: ED, 24 and 2C. RGB value is (237,36,44). Sum of RGB (Red+Green+Blue) = 237+36+44=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED242C is #12DBD3. Grayscale: #616161. Windows color (decimal): -1235924 or 2893037. OLE color: 2893037.

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

Color convert

RGB 237 36 44 -
CMYK 0 0.85 0.81 0.07
HSL 357.61º 0.85% 0.54% -
HSV(B) 357.61º 0.85% 0.93% -
XYZ 36.01 19.45 4.24 -
YUV 97.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 237 36 44 0 0.85 0.81 0.07 357.61 0.85 0.54
Hex ED 24 2C 0 55 51 7 166 55 36
Octal 355 44 54 0 125 121 7 546 125 66
Binary 11101101 100100 101100 0 1010101 1010001 111 101100110 1010101 110110

Color Harmonies of #ED242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED242C

Black with #ED242C

Text Example


Text Example

White with #ED242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED242C; }

 p { color: rgb(237,36,44); }

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

background-color css

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

 a { background-color: rgb(237,36,44); }

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

border-color css

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

 span { border-color: rgb(237,36,44); }

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