#EF162F

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

Shades of Torch Red #EF162F

Tints of Torch Red #EF162F

Color information

#EF162F (or 0xEF162F) is unknown color: approx Torch Red. HEX triplet: EF, 16 and 2F. RGB value is (239,22,47). Sum of RGB (Red+Green+Blue) = 239+22+47=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF162F is #10E9D0. Grayscale: #595959. Windows color (decimal): -1108433 or 3086063. OLE color: 3086063.

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

Color convert

RGB2392247-
CMYK00.910.800.06
HSL353.09º87.15%51.18%-
HSV(B)353.09º90.79%93.73%-
XYZ36.419.134.46-
YUV89.73103.89234.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 77.60%
GREEN value IS 22 (8.98% from 255) = 7.14%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=77.60%
G=7.14%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239224700.910.800.06353.0987.1551.18
HexEF162F05B5061615733
Octal35726570133120654112763
Binary11101111101101011110101101110100001101011000011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF162F; }

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

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

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

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

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

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

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

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