#EF0F3C

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

Shades of Torch Red #EF0F3C

Tints of Torch Red #EF0F3C

Color information

#EF0F3C (or 0xEF0F3C) is unknown color: approx Torch Red. HEX triplet: EF, 0F and 3C. RGB value is (239,15,60). Sum of RGB (Red+Green+Blue) = 239+15+60=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0F3C is #10F0C3. Grayscale: #575757. Windows color (decimal): -1110212 or 3936239. OLE color: 3936239.

HSL color Cylindrical-coordinate representation of color #EF0F3C: hue angle of 347.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F3C is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB2391560-
CMYK00.940.750.06
HSL347.95º88.19%49.8%-
HSV(B)347.95º93.72%93.73%-
XYZ36.5819.026.02-
YUV87.11112.71236.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.11%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=76.11%
G=4.78%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239156000.940.750.06347.9588.1949.8
HexEFF3C05E4B615c5832
Octal35717740136113653413062
Binary1110111111111111000101111010010111101010111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F3C; }

 p { color: rgb(239,15,60); }

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

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

 a { background-color: rgb(239,15,60); }

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

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

 span { border-color: rgb(239,15,60); }

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