#ed1136

Color #ED1136 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #ED1136

Tints of Torch Red #ED1136

Color information

#ED1136 (or 0xED1136) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 36. RGB value is (237,17,54). Sum of RGB (Red+Green+Blue) = 237+17+54=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1136 is #12EEC9. Grayscale: #575757. Windows color (decimal): -1240778 or 3543533. OLE color: 3543533.

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

Color convert

RGB2371754-
CMYK00.930.770.07
HSL349.91º86.61%49.8%-
HSV(B)349.91º92.83%92.94%-
XYZ35.7918.675.21-
YUV87109.39234.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.95%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=76.95%
G=5.52%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237175400.930.770.07349.9186.6149.8
HexED113605D4D715e5732
Octal35521660135115753612762
Binary11101101100011101100101110110011011111010111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed1136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed1136; }

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

 H1.HeaderClassName
 {
   color: #ed1136;
 }
 .AnyTagClassName
 {
   color: #ed1136;
 }
</style>
background-color css

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

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

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

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

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

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