#ED1138

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

Shades of Torch Red #ED1138

Tints of Torch Red #ED1138

Color information

#ED1138 (or 0xED1138) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 38. RGB value is (237,17,56). Sum of RGB (Red+Green+Blue) = 237+17+56=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1138 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1138 is #12EEC7. Grayscale: #575757. Windows color (decimal): -1240776 or 3674605. OLE color: 3674605.

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

Color convert

RGB2371756-
CMYK00.930.760.07
HSL349.36º86.61%49.8%-
HSV(B)349.36º92.83%92.94%-
XYZ35.8418.695.46-
YUV87.23110.39234.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.45%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=76.45%
G=5.48%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237175600.930.760.07349.3686.6149.8
HexED113805D4C715d5732
Octal35521700135114753512762
Binary11101101100011110000101110110011001111010111011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED1138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED1138; }

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

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

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

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

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

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

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

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