Html Css Color HEX #ED242B Alizarin

📋 copy color: '#ED242B'

red 237 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #ED242B

Tints of Alizarin #ED242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 75%
G = 11.39%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED242B (or 0xED242B) is known color: Alizarin. HEX triplet: ED, 24 and 2B. RGB value is (237,36,43). Sum of RGB (Red+Green+Blue) = 237+36+43=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED242B is #12DBD4. Grayscale: #616161. Windows color (decimal): -1235925 or 2827501. OLE color: 2827501.

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

Color convert

RGB 237 36 43 -
CMYK 0 0.85 0.82 0.07
HSL 357.91º 0.85% 0.54% -
HSV(B) 357.91º 0.85% 0.93% -
XYZ 35.99 19.44 4.14 -
YUV 96.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 237 36 43 0 0.85 0.82 0.07 357.91 0.85 0.54
Hex ED 24 2B 0 55 52 7 166 55 36
Octal 355 44 53 0 125 122 7 546 125 66
Binary 11101101 100100 101011 0 1010101 1010010 111 101100110 1010101 110110

Color Harmonies of #ED242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED242B

Black with #ED242B

Text Example


Text Example

White with #ED242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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