#EF103E

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

Shades of Torch Red #EF103E

Tints of Torch Red #EF103E

Color information

#EF103E (or 0xEF103E) is unknown color: approx Torch Red. HEX triplet: EF, 10 and 3E. RGB value is (239,16,62). Sum of RGB (Red+Green+Blue) = 239+16+62=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF103E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF103E is #10EFC1. Grayscale: #575757. Windows color (decimal): -1109954 or 4067567. OLE color: 4067567.

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

Color convert

RGB2391662-
CMYK00.930.740.06
HSL347.62º87.45%50%-
HSV(B)347.62º93.31%93.73%-
XYZ36.6519.076.31-
YUV87.92113.38235.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.39%
GREEN value IS 16 (6.64% from 255) = 5.05%
BLUE value IS 62 (24.61% from 255) = 19.56%
R=75.39%
G=5.05%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239166200.930.740.06347.6287.4550
HexEF103E05D4A615c5732
Octal35720760135112653412762
Binary11101111100001111100101110110010101101010111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF103E; }

 p { color: rgb(239,16,62); }

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

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

 a { background-color: rgb(239,16,62); }

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

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

 span { border-color: rgb(239,16,62); }

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