#ED112B

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

Shades of Torch Red #ED112B

Tints of Torch Red #ED112B

Color information

#ED112B (or 0xED112B) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 2B. RGB value is (237,17,43). Sum of RGB (Red+Green+Blue) = 237+17+43=297 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.80% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 237 - color contains mainly: red. Hex color #ED112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED112B is #12EED4. Grayscale: #555555. Windows color (decimal): -1240789 or 2822637. OLE color: 2822637.

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

Color convert

RGB2371743-
CMYK00.930.820.07
HSL352.91º86.61%49.8%-
HSV(B)352.91º92.83%92.94%-
XYZ35.5618.584-
YUV85.74103.89235.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 79.80%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 43 (17.19% from 255) = 14.48%
R=79.80%
G=5.72%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237174300.930.820.07352.9186.6149.8
HexED112B05D5271615732
Octal35521530135122754112762
Binary11101101100011010110101110110100101111011000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED112B; }

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

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

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

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

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

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

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

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