#EF013A

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

Shades of Torch Red #EF013A

Tints of Torch Red #EF013A

Color information

#EF013A (or 0xEF013A) is unknown color: approx Torch Red. HEX triplet: EF, 01 and 3A. RGB value is (239,1,58). Sum of RGB (Red+Green+Blue) = 239+1+58=298 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.20% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 239 - color contains mainly: red. Hex color #EF013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF013A is #10FEC5. Grayscale: #4E4E4E. Windows color (decimal): -1113798 or 3801583. OLE color: 3801583.

HSL color Cylindrical-coordinate representation of color #EF013A: hue angle of 345.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF013A is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB239158-
CMYK01.000.760.06
HSL345.63º99.17%47.06%-
HSV(B)345.63º99.58%93.73%-
XYZ36.3718.685.69-
YUV78.66116.35242.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 80.20%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 58 (23.05% from 255) = 19.46%
R=80.20%
G=0.34%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915801.000.760.06345.6399.1747.06
HexEF13A0644C615a632f
Octal3571720144114653214357
Binary1110111111110100110010010011001101010110101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF013A; }

 p { color: rgb(239,1,58); }

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

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

 a { background-color: rgb(239,1,58); }

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

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

 span { border-color: rgb(239,1,58); }

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