#EF162E

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

Shades of Torch Red #EF162E

Tints of Torch Red #EF162E

Color information

#EF162E (or 0xEF162E) is unknown color: approx Torch Red. HEX triplet: EF, 16 and 2E. RGB value is (239,22,46). Sum of RGB (Red+Green+Blue) = 239+22+46=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162E is #10E9D1. Grayscale: #595959. Windows color (decimal): -1108434 or 3020527. OLE color: 3020527.

HSL color Cylindrical-coordinate representation of color #EF162E: hue angle of 353.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB2392246-
CMYK00.910.810.06
HSL353.36º87.15%51.18%-
HSV(B)353.36º90.79%93.73%-
XYZ36.3819.124.36-
YUV89.62103.39234.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.85%
GREEN value IS 22 (8.98% from 255) = 7.17%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=77.85%
G=7.17%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239224600.910.810.06353.3687.1551.18
HexEF162E05B5161615733
Octal35726560133121654112763
Binary11101111101101011100101101110100011101011000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF162E; }

 p { color: rgb(239,22,46); }

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

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

 a { background-color: rgb(239,22,46); }

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

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

 span { border-color: rgb(239,22,46); }

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