Html Css Color HEX #ED3136 Alizarin

📋 copy color: '#ED3136'

red 237 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #ED3136

Tints of Alizarin #ED3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 69.71%
G = 14.41%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED3136 (or 0xED3136) is known color: Alizarin. HEX triplet: ED, 31 and 36. RGB value is (237,49,54). Sum of RGB (Red+Green+Blue) = 237+49+54=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3136 is #12CEC9. Grayscale: #696969. Windows color (decimal): -1232586 or 3551725. OLE color: 3551725.

HSL color Cylindrical-coordinate representation of color #ED3136: hue angle of 358.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3136 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 54 -
CMYK 0 0.79 0.77 0.07
HSL 358.4º 0.84% 0.56% -
HSV(B) 358.4º 0.79% 0.93% -
XYZ 36.69 20.47 5.51 -
YUV 105.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 237 49 54 0 0.79 0.77 0.07 358.4 0.84 0.56
Hex ED 31 36 0 4F 4D 7 166 54 38
Octal 355 61 66 0 117 115 7 546 124 70
Binary 11101101 110001 110110 0 1001111 1001101 111 101100110 1010100 111000

Color Harmonies of #ED3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3136

Black with #ED3136

Text Example


Text Example

White with #ED3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3136; }

 p { color: rgb(237,49,54); }

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

background-color css

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

 a { background-color: rgb(237,49,54); }

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

border-color css

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

 span { border-color: rgb(237,49,54); }

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