#ED112F

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

Shades of Torch Red #ED112F

Tints of Torch Red #ED112F

Color information

#ED112F (or 0xED112F) is unknown color: approx Torch Red. HEX triplet: ED, 11 and 2F. RGB value is (237,17,47). Sum of RGB (Red+Green+Blue) = 237+17+47=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED112F is #12EED0. Grayscale: #565656. Windows color (decimal): -1240785 or 3084781. OLE color: 3084781.

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

Color convert

RGB2371747-
CMYK00.930.800.07
HSL351.82º86.61%49.8%-
HSV(B)351.82º92.83%92.94%-
XYZ35.6418.614.4-
YUV86.2105.89235.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 78.74%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=78.74%
G=5.65%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237174700.930.800.07351.8286.6149.8
HexED112F05D5071605732
Octal35521570135120754012762
Binary11101101100011011110101110110100001111011000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED112F; }

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

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

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

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

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

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

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

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